MailboxSmtpAddress

The MailboxSmtpAddress element represents the SMTP address of the user whose Inbox rules are to be retrieved or updated; or whose password expiration date is to be retrieved.

<MailboxSmtpAddress/>

string

Attributes and elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child elements

None.

Parent elements

Element Description
GetInboxRules
Defines a request to get the Inbox rules on a mailbox in the server store.
GetPasswordExpirationDate
Defines a request to get the password expiration date of an email account.
UpdateInboxRules
Defines a request to update the Inbox rules in a mailbox in the server store.

Text value

None.

Remarks

The MailboxSmtpAddress element is an optional element. If the MailboxSmtpAddress element is omitted, the address of the logged on user is used.

The schema that describes this element is located in the IIS virtual directory that hosts Exchange Web Services.

Element information

Element Example
Namespace
https://schemas.microsoft.com/exchange/services/2006/types
Schema Name
Types schema
Validation File
Types.xsd
Can be Empty
True

See also