Поделиться через


AttachmentType.SizeSpecified Property

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

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

Syntax

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

value = instance.SizeSpecified

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

Property Value

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