SearchableMailbox Constructors

Definition

Overloads

SearchableMailbox()

Initializes a new instance of the SearchableMailbox class. The SearchableMailbox() constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

SearchableMailbox(Guid, String, Boolean, String, String, Boolean, String)

Initializes a new instance of the SearchableMailbox class. The SearchableMailbox(Guid, String, Boolean, String, String, Boolean, String) constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

SearchableMailbox()

Initializes a new instance of the SearchableMailbox class. The SearchableMailbox() constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

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

Applies to

SearchableMailbox(Guid, String, Boolean, String, String, Boolean, String)

Initializes a new instance of the SearchableMailbox class. The SearchableMailbox(Guid, String, Boolean, String, String, Boolean, String) constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public:
 SearchableMailbox(Guid guid, System::String ^ smtpAddress, bool isExternalMailbox, System::String ^ externalEmailAddress, System::String ^ displayName, bool isMembershipGroup, System::String ^ referenceId);
public SearchableMailbox (Guid guid, string smtpAddress, bool isExternalMailbox, string externalEmailAddress, string displayName, bool isMembershipGroup, string referenceId);

Parameters

guid
Guid

The mailbox identifier.

smtpAddress
String

The Simple Mail Transfer Protocol (SMTP) address of the mailbox.

isExternalMailbox
Boolean

true if the mailbox is an external mailbox; otherwise, false.

externalEmailAddress
String

The external email address of the mailbox.

displayName
String

The name of the mailbox.

isMembershipGroup
Boolean

true if this is a distribution list; otherwise false.

referenceId
String

The reference identifier of the mailbox.

Applies to