Mailbox Exists
This Automation Manager object queries if the specified mailbox exists or not.
Input Parameters
User Name |
String |
Yes |
User name used to authenticate to the Office 365 web service. |
Password |
Password |
Yes |
Password used to authenticate to the Office 365 web service. |
Mailbox Email Address |
String |
Yes |
The email address of the mailbox to check if it currently exists or not. |
Output Parameters
Conditional |
String |
Output True if the mailbox currently exists and False if the mailbox does not currently exist. |
Result String |
String |
In the event the object fails to execute successfully due to invalid/incorrect input, this output will detail the error. |
Result |
Number |
Returns a success value of zero or any value other than zero to indicate failure. |
Example Input Parameters
User Name |
String |
Yes |
Office365Admin@ABC.onmicrosoft.com |
Password |
Password |
Yes |
<Link to Start Parameter> |
Mailbox Email Address |
String |
Yes |
Mailbox1@ABC.onmicrosoft.com |