ContactItemType.PostalAddressIndexSpecified Property
The PostalAddressIndexSpecified property gets or sets a Boolean value that specifies whether the PostalAddressIndex property is serialized into the SOAP request. This property is required if the PostalAddressIndex property is specified.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property PostalAddressIndexSpecified As Boolean
Get
Set
'Usage
Dim instance As ContactItemType
Dim value As Boolean
value = instance.PostalAddressIndexSpecified
instance.PostalAddressIndexSpecified = value
public bool PostalAddressIndexSpecified { get; set; }
Property Value
Type: System.Boolean
The PostalAddressIndexSpecified property returns true if the PostalAddressIndex property is serialized into the SOAP request; otherwise, the property returns false.
See Also