DeliverPromoteEmail Action
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Creates an email activity record from the specified email message
This Web API action corresponds to the organization service DeliverPromoteEmailRequest.
Bound Entities
Bound actions are invoked by appending the action name to the URI representing an entity or collection.
EntityType |
Binding Type |
---|---|
entity |
Parameters
Parameters allow for data to be passed to the action.
Name |
Type |
Nullable |
Unicode |
Description |
---|---|---|---|---|
MessageId |
Edm.String |
false |
false |
The ID of the email message stored in the email header. |
Subject |
Edm.String |
false |
The subject line for the email message. |
|
From |
Edm.String |
false |
false |
The from address for the email message. |
To |
Edm.String |
false |
false |
The addresses of the recipients of the email message. |
Cc |
Edm.String |
false |
false |
The addresses of the carbon copy (Cc) recipients for the email message. |
Bcc |
Edm.String |
false |
false |
Addresses of the blind carbon copy (Bcc) recipients for the email message. |
ReceivedOn |
Edm.DateTimeOffset |
false |
The time the message was received on. |
|
SubmittedBy |
Edm.String |
false |
false |
The email address of the account that is creating the email activity instance. |
Importance |
Edm.String |
false |
false |
The level of importance for the email message. |
Body |
Edm.String |
false |
false |
The message body for the email. |
Attachments |
Collection(attachment EntityType) |
false |
Collection of activity mime attachment (email attachment) records to attach to the email message. |
|
ExtraProperties |
For internal use only. |
Return Type
The DeliverPromoteEmail action returns the following value.
Type |
Nullable |
Description |
---|---|---|
false |
Contains the response from the DeliverPromoteEmail Action. |
See Also
Use Web API actions
Web API EntityType Reference
Web API Function Reference
Web API Query Function Reference
Web API EnumType Reference
Web API ComplexType Reference
Web API Metadata EntityType Reference
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright