Share via


AttachmentType.IsInlineSpecified Property

The IsInlineSpecified property gets a Boolean value that specifies whether the IsInline property is serialized into the SOAP request. This property is read-only.

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

Syntax

'Declaration
Public Property IsInlineSpecified As Boolean
    Get
    Set
'Usage
Dim instance As AttachmentType
Dim value As Boolean

value = instance.IsInlineSpecified

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

Property Value

Type: System.Boolean
The value of the IsInlineSpecified property is true if the IsInline property is serialized into the SOAP request; otherwise, the value is false.