Mailbox Forwarding Information
Returns forwarding information for the configured mailbox.
Input Parameters
Name | Type | Required | Description |
---|---|---|---|
Email Address | String | Yes | The mailbox for which to retrieve forwarding information. |
Output Parameters
Name | Type | Description |
---|---|---|
IsMailboxForwarded | Boolean | If true, the mailbox is forwarded. Otherwise, the mailbox is not forwarded. |
ForwardToName | String | The email address to which mail is forwarded. |
DeliverAndForward | Boolean | Indicates that mail is delivered to the mailbox and forwarded. |
Result | Number | Returns a success value of zero or any value other than zero to indicate failure. |
Example Input Parameters
Name | Type | Required | Example |
---|---|---|---|
Email Address | String | Yes | jsmith@ABC.com |