Hello
Is there a way to Programmatically send an email using CRM SDK? I
tried
Microsoft.Crm.Platform.Proxy.CRMEmail = new
Microsoft.Crm.Platform.Proxy.CRMEmail();

But then, i dont know what to do after this. There are no methods to
send email or set the Body text etc.

Please advice.

Thanks,
Ruf

Re: Programmatically Send Email in CRM by Peter

Peter
Thu Mar 10 13:02:34 CST 2005

try posting this question in microsoft.public.crm.developer


"ruf" <maruf.dolani@gmail.com> wrote in message
news:1110466388.600535.80360@f14g2000cwb.googlegroups.com...
> Hello
> Is there a way to Programmatically send an email using CRM SDK? I
> tried
> Microsoft.Crm.Platform.Proxy.CRMEmail = new
> Microsoft.Crm.Platform.Proxy.CRMEmail();
>
> But then, i dont know what to do after this. There are no methods to
> send email or set the Body text etc.
>
> Please advice.
>
> Thanks,
> Ruf
>



Re: Programmatically Send Email in CRM by Simon

Simon
Fri Mar 11 13:41:26 CST 2005

This article in the SDK should provide you with all the information you need

Create an E-Mail Activity Using Workflow:
http://msdn.microsoft.com/library/en-us/dnmbscrm1_2/html/mbs_crmemailactivity.asp

Regards, Simon



Re: Programmatically Send Email in CRM by ruf

ruf
Sat Mar 12 04:13:41 CST 2005

Thanks Simon.
I will take a look at that.

Regards,
Ruf