Partager via


AlternateId Constructeurs

Définition

Surcharges

AlternateId()

Initialise une nouvelle instance de la AlternateId classe .

AlternateId(IdFormat, String, String)

Initialise une nouvelle instance de la classe à l’aide du format, de l’identificateur et de l’adresse AlternateId SMTP de boîte aux lettres fournis.

AlternateId(IdFormat, String, String, Boolean)

Initialise une nouvelle instance de la classe à l’aide du format, de l’identificateur, de l’adresse SMTP de boîte aux lettres et de l’indicateur AlternateId d’identificateur d’archive fournis.

AlternateId()

Initialise une nouvelle instance de la AlternateId classe .

public:
 AlternateId();
public AlternateId ();
Public Sub New ()

S’applique à

AlternateId(IdFormat, String, String)

Initialise une nouvelle instance de la classe à l’aide du format, de l’identificateur et de l’adresse AlternateId SMTP de boîte aux lettres fournis.

public:
 AlternateId(Microsoft::Exchange::WebServices::Data::IdFormat format, System::String ^ id, System::String ^ mailbox);
public AlternateId (Microsoft.Exchange.WebServices.Data.IdFormat format, string id, string mailbox);
Public Sub New (format As IdFormat, id As String, mailbox As String)

Paramètres

format
IdFormat

Format d’identificateur de l’identificateur à convertir.

id
String

Identificateur à convertir.

mailbox
String

Adresse SMTP de la boîte aux lettres qui contient l’identificateur à convertir.

S’applique à

AlternateId(IdFormat, String, String, Boolean)

Initialise une nouvelle instance de la classe à l’aide du format, de l’identificateur, de l’adresse SMTP de boîte aux lettres et de l’indicateur AlternateId d’identificateur d’archive fournis.

public:
 AlternateId(Microsoft::Exchange::WebServices::Data::IdFormat format, System::String ^ id, System::String ^ mailbox, bool isArchive);
public AlternateId (Microsoft.Exchange.WebServices.Data.IdFormat format, string id, string mailbox, bool isArchive);
Public Sub New (format As IdFormat, id As String, mailbox As String, isArchive As Boolean)

Paramètres

format
IdFormat

Format d’identificateur de l’identificateur à convertir.

id
String

Identificateur à convertir.

mailbox
String

Adresse SMTP de la boîte aux lettres qui contient l’identificateur à convertir.

isArchive
Boolean

Indicateur qui indique si l’identificateur provient d’un élément archivé.

Remarques

Cette surcharge s’applique aux clients qui ciblent les versions de Microsoft Exchange Server à partir de Exchange Server 2010 Service Pack 1 (SP1).

S’applique à