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
$PrimarySmtpAddress
Specifies the primary Simple Mail Transfer Protocol (SMTP) address of the mailbox.
public
string
$PrimarySmtpAddress
Tags
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