EmailAddress.Id 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.
Gets or sets the contact identifier that the email address represents.
public:
property Microsoft::Exchange::WebServices::Data::ItemId ^ Id { Microsoft::Exchange::WebServices::Data::ItemId ^ get(); void set(Microsoft::Exchange::WebServices::Data::ItemId ^ value); };
public Microsoft.Exchange.WebServices.Data.ItemId Id { get; set; }
Public Property Id As ItemId
Property Value
A contact identifier.
Remarks
The Address property should be set to a null reference (Nothing in Visual Basic) when the Id property is used.