BackgroundSendEmailResponse ComplexType
Contains the response from BackgroundSendEmail action.
Properties
The properties of a complex type contain the structured data of the type.
Name | Type | Details |
---|---|---|
HasAttachments | Collection( Edm.Boolean ) |
Whether the email response has an attachment. |
Navigation properties
The navigation properties of a complex type contain references to an entity type or a collection of entity types.
Name | Type | Nullable | Description |
---|---|---|---|
EntityCollection | Collection(email) | False | The resulting emails. |
Used by
The following use the BackgroundSendEmailResponse ComplexType.
Name | How used |
---|---|
BackgroundSendEmail | ReturnType |