ItemResponseShapeType.IncludeMimeContentSpecified Property

The IncludeMimeContentSpecified property gets or sets a Boolean value that specifies whether the IncludeMimeContent property is serialized in the SOAP request.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property IncludeMimeContentSpecified As Boolean
    Get
    Set
'Usage
Dim instance As ItemResponseShapeType
Dim value As Boolean

value = instance.IncludeMimeContentSpecified

instance.IncludeMimeContentSpecified = value
public bool IncludeMimeContentSpecified { get; set; }

Property Value

Type: System.Boolean
The IncludeMimeContentSpecified property returns true if the IncludeMimeContent property is serialized into the SOAP request; otherwise, the property returns false.