skip to main | skip to sidebar

CRM 2015 / CRM 2013 / CRM 2011 / CRM 4.0 and Asp.net

CRM 2015 / CRM 2013 / CRM 2011 / CRM 4.0 and Asp.net

Saturday, July 18, 2009

Send saved email activity / Message form crm 4.0 / 3.0

private void SendEmail(Guid emailActId)
{

#region Create and SendEmail request.
SendEmailRequest req = new SendEmailRequest();
req.EmailId = emailActId;
req.TrackingToken = "";
req.IssueSend = true;

// Send the email message.
SendEmailResponse res = (SendEmailResponse)service.Execute(req);
#endregion

}
Posted by Unknown at 1:12 AM

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

Vikram Tupe

Unknown
View my complete profile

Blog Archive

  • ►  2015 (10)
    • ►  August (2)
    • ►  July (8)
  • ►  2014 (1)
    • ►  February (1)
  • ▼  2009 (20)
    • ►  October (4)
    • ►  September (1)
    • ▼  July (11)
      • Send Email Activity using template from CRM 3.0 / ...
      • Send saved email activity / Message form crm 4.0 /...
      • Add / Upload attachment to Email activity in CRM 4...
      • Create Email activity for CRM 4.0 form C#.net
      • Code to connect to CRM meta service
      • Code to connect to CRM Online CRMService
      • Add Invoice to Product in CRM 4.0 with write in ex...
      • Add product to Invoice (Write In Product)
      • Create Invoice in CRM 4.0 / 3.0
      • Retrieve / Access picklist items form CRM.
      • Create Notes and attach document for Invoice in CR...
    • ►  June (4)
  • ►  2008 (3)
    • ►  July (1)
    • ►  June (2)
  • ►  2007 (6)
    • ►  December (6)