AttachmentResponseShapeType.IncludeMimeContent Property
The IncludeMimeContent property gets or sets a Boolean value that indicates whether the MIME content of an item or attachment is returned in a response.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property IncludeMimeContent As Boolean
Get
Set
'Usage
Dim instance As AttachmentResponseShapeType
Dim value As Boolean
value = instance.IncludeMimeContent
instance.IncludeMimeContent = value
public bool IncludeMimeContent { get; set; }
Property Value
Type: System.Boolean
The IncludeMimeContent property returns true if MIME content should be returned; otherwise, the property returns false.
See Also