CalendarResponseMessage<TMessage>.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 a list of attachments to this response.
public:
property Microsoft::Exchange::WebServices::Data::AttachmentCollection ^ Attachments { Microsoft::Exchange::WebServices::Data::AttachmentCollection ^ get(); };
public Microsoft.Exchange.WebServices.Data.AttachmentCollection Attachments { get; }
Public ReadOnly Property Attachments As AttachmentCollection
Property Value
The list of attachments to the response.