ConvertIdResponseMessageType.AlternateId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).
public:
property ExchangeWebServices::AlternateIdBaseType ^ AlternateId { ExchangeWebServices::AlternateIdBaseType ^ get(); void set(ExchangeWebServices::AlternateIdBaseType ^ value); };
public ExchangeWebServices.AlternateIdBaseType AlternateId { get; set; }
Public Property AlternateId As AlternateIdBaseType