Share via


PhysicalAddressDictionaryEntryType.PostalCode Property

The PostalCode property gets or sets the postal code for a contact item.

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

Syntax

'Declaration
Public Property PostalCode As String
    Get
    Set
'Usage
Dim instance As PhysicalAddressDictionaryEntryType
Dim value As String

value = instance.PostalCode

instance.PostalCode = value
public string PostalCode { get; set; }

Property Value

Type: System.String
The PostalCode property returns a string that contains the postal code for a contact item.