SearchableMailbox Class
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.
Represents a searchable mailbox object. The SearchableMailbox class is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
public ref class SearchableMailbox sealed
public sealed class SearchableMailbox
Public NotInheritable Class SearchableMailbox
- Inheritance
-
SearchableMailbox
Constructors
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. |
Properties
DisplayName |
Gets or sets the display name of the mailbox to be searched. The DisplayName property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
ExternalEmailAddress |
Gets or sets the external email address of the mailbox. The ExternalEmailAddress property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
Guid |
Gets or sets the mailbox identifier. The Guid property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
IsExternalMailbox |
Gets or sets a value that indicates whether this is an external mailbox. The IsExternalMailbox property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
IsMembershipGroup |
Gets or sets whether the associated SMTP address is a mailbox or distribution list. The IsMembershipGroup property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
ReferenceId |
Gets or sets the mailbox reference identifier. The ReferenceId property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
SmtpAddress |
Gets or sets the Simple Mail Transfer Protocol (SMTP) address of the mailbox to be searched. The SmtpAddress property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |