EmailAddress.Id Property

Definition

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.

Applies to