Documentation

PreviewItemMailboxType extends Type
in package

Defines the mailbox identifier and the user’s primary Simple Mail Transfer Protocol (SMTP) address.

Table of Contents

Properties

$MailboxId  : string
Specifies an identifier for the mailbox that is accessed by discovery search.
$PrimarySmtpAddress  : string
Specifies the primary Simple Mail Transfer Protocol (SMTP) address of the mailbox.

Methods

__clone()  : mixed
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.

Properties

$MailboxId

Specifies an identifier for the mailbox that is accessed by discovery search.

public string $MailboxId
Tags
since

Exchange 2013

$PrimarySmtpAddress

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

public string $PrimarySmtpAddress
Tags
since

Exchange 2013

Methods

__clone()

Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.

public __clone() : mixed

        
On this page

Search results