ConvertIdResponseMessageType.AlternateId Property
The AlternateId property gets or sets a converted identifier in the response. This property was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1).
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property AlternateId As AlternateIdBaseType
Get
Set
'Usage
Dim instance As ConvertIdResponseMessageType
Dim value As AlternateIdBaseType
value = instance.AlternateId
instance.AlternateId = value
public AlternateIdBaseType AlternateId { get; set; }
Property Value
See Also