ExchangeService.FileAttachmentContentHandler property
Gets or sets a file attachment content handler.
Namespace: Microsoft.Exchange.WebServices.Data
Assembly: Microsoft.Exchange.WebServices (in Microsoft.Exchange.WebServices.dll)
'Declaration Public Property FileAttachmentContentHandler As IFileAttachmentContentHandler Get Set 'Usage Dim instance As ExchangeService Dim value As IFileAttachmentContentHandler value = instance.FileAttachmentContentHandler instance.FileAttachmentContentHandler = value
Property value
Type: Microsoft.Exchange.WebServices.Data.IFileAttachmentContentHandlerA file attachment content handler.
Show: