次の方法で共有


AttachmentResponseShapeType.IncludeMimeContentSpecified Property

The IncludeMimeContentSpecified property gets or sets a Boolean value that indicates whether the IncludeMimeContent property is serialized into the SOAP message. This property is required if the IncludeMimeContent property is specified.

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

Syntax

'Declaration
Public Property IncludeMimeContentSpecified As Boolean
    Get
    Set
'Usage
Dim instance As AttachmentResponseShapeType
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 message; otherwise, the property returns false.