Email Address Owner
This Automation Manager object returns information on the owner of the configured email address.
Input Parameters
| Email address |
String |
Yes |
An SMTP address string. For example, barney@nowhere.com |
Output Parameters
| DistinguishedName |
String |
The Distinguished Name (DN) of the owner. |
| Email Addresses |
String, comma delimited |
A comma separated list of the owners email addresses in Active Directory. |
| First Name |
String |
The first name of the owner. |
| Last Name |
String |
The last name of the owner |
| Identity |
String |
The Active Directory identity of the owner in the format: OU/displayname. |
| OrganizationalUnit |
String |
The Organizational Unit (OU) where the owner object is located in Active Directory. |
| SAMAccountName |
String |
The user sign-in name of the owner. |
| RecipientType |
String |
The Exchange recipient type of the owner |
| WhenCreated |
String |
The date when the mailbox was created for the owner. |
| Result |
Number |
Returns a success value of zero or any value other than zero to indicate failure. |
Example Input Parameters
| Email Address |
String |
Yes |
jsmith@ABC.com |