DeliverImmediatePromoteEmail Action
Delivers an email from an email client.
Bound entities
Bound actions are invoked by appending the fully qualified action name to the URI representing an entity or collection.
| Entity Type | 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. Required. | 
| Subject | Edm.String | True | False | The subject line for the email message. Optional. | 
| From | Edm.String | False | False | The from address for the email message. Required. | 
| To | Edm.String | False | False | The addresses of the recipients of the email message. Required. | 
| Cc | Edm.String | False | False | The addresses of the carbon copy (Cc) recipients for the email message. Required. | 
| Bcc | Edm.String | False | False | The addresses of the blind carbon copy (Bcc) recipients for the email message. Required. | 
| ReceivedOn | Edm.DateTimeOffset | False | True | The time the message was received on. Required. | 
| SubmittedBy | Edm.String | False | False | The email address of the account that is creating the email activity instance. Required. | 
| Importance | Edm.String | False | False | The level of importance for the email message. Required. Values: 0,1,2 | 
| Body | Edm.String | False | False | The message body for the email. Required. | 
| AttachmentIds | Collection( Edm.String ) | False | False | For internal use only. | 
| EWSUrl | Edm.String | True | False | For internal use only. | 
| AttachmentToken | Edm.String | True | False | For internal use only. | 
| ExtraProperties | crmbaseentity | True | True | For internal use only. | 
Return type
| Type | Nullable | Description | 
|---|---|---|
| False | The DeliverImmediatePromoteEmail action returns the following value. |