PreviewItemMailbox Class

Definition

Contains the mailbox information in a preview item. The PreviewItemMailbox class is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public ref class PreviewItemMailbox sealed
public sealed class PreviewItemMailbox
Public NotInheritable Class PreviewItemMailbox
Inheritance
PreviewItemMailbox

Constructors

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.

Properties

MailboxId

Gets or sets the ID of the preview item's mailbox. The MailboxId property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

PrimarySmtpAddress

Gets or sets the primary Simple Mail Transfer Protocol (SMTP) address of the preview item's mailbox. The PrimarySmtpAddress property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Applies to