DeliverPromoteEmailRequest.Attachments Property

 

Applies To: Dynamics CRM 2015

Gets or sets a collection of activity mime attachment (email attachment) records to attach to the email message. Required.

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

public EntityCollection Attachments { get; set; }
public:
property EntityCollection^ Attachments {
    EntityCollection^ get();
    void set(EntityCollection^ value);
}
member Attachments : EntityCollection with get, set
Public Property Attachments As EntityCollection

Property Value

Type: Microsoft.Xrm.Sdk.EntityCollection

Type: EntityCollection
The collection of attachments, which a collection of HYPERLINK "mk:@MSITStore:C:\\\\UX\\\\V4\\\\SDK\\\\Release\\\\CrmSdk4.chm::/htm/v4d0_sp5100r_activitymimeattachmentclass.htm" ActivityMimeAttachment records..

See Also

DeliverPromoteEmailRequest Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright