ConvertIdType.DestinationFormat Property
The DestinationFormat property gets or sets the identifier format that will be returned for all the converted identifiers.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property DestinationFormat As IdFormatType
Get
Set
'Usage
Dim instance As ConvertIdType
Dim value As IdFormatType
value = instance.DestinationFormat
instance.DestinationFormat = value
public IdFormatType DestinationFormat { get; set; }
Property Value
Type: ExchangeWebServices.IdFormatType
The DestinationFormat property returns an IdFormatType object that represents the identifier format that will be returned for all the converted identifiers.