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