DeliverPromoteEmailRequest.Attachments Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a collection of activity mime attachment (email attachment) records to attach to the email message. Required.
public:
property Microsoft::Xrm::Sdk::EntityCollection ^ Attachments { Microsoft::Xrm::Sdk::EntityCollection ^ get(); void set(Microsoft::Xrm::Sdk::EntityCollection ^ value); };
public Microsoft.Xrm.Sdk.EntityCollection Attachments { get; set; }
member this.Attachments : Microsoft.Xrm.Sdk.EntityCollection with get, set
Public Property Attachments As EntityCollection
Property Value
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..