PreviewItemMailbox Constructors
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.
Overloads
PreviewItemMailbox() |
Initializes a new instance of the PreviewItemMailbox class. The PreviewItemMailbox() constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
PreviewItemMailbox(String, String) |
Initializes a new instance of the PreviewItemMailbox class with a mailbox ID and primary Simple Mail Transfer Protocol (SMTP) address. The PreviewItemMailbox(String, String) constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
PreviewItemMailbox()
Initializes a new instance of the PreviewItemMailbox class. The PreviewItemMailbox() constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
public:
PreviewItemMailbox();
public PreviewItemMailbox ();
Public Sub New ()
Applies to
PreviewItemMailbox(String, String)
Initializes a new instance of the PreviewItemMailbox class with a mailbox ID and primary Simple Mail Transfer Protocol (SMTP) address. The PreviewItemMailbox(String, String) constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
public:
PreviewItemMailbox(System::String ^ mailboxId, System::String ^ primarySmtpAddress);
public PreviewItemMailbox (string mailboxId, string primarySmtpAddress);
Public Sub New (mailboxId As String, primarySmtpAddress As String)
Parameters
- mailboxId
- String
The mailbox ID.
- primarySmtpAddress
- String
The primary SMTP address.