GroupMemberCollection.AddDirectoryContact Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AddDirectoryContact(String) |
Adds a member that is linked to an Active Directory contact that is identified by the specified e-mail address. |
AddDirectoryContact(String, String) |
Adds a member that is linked to an Active Directory contact that is identified by the specified e-mail address and routing type. |
AddDirectoryContact(String)
Adds a member that is linked to an Active Directory contact that is identified by the specified e-mail address.
public:
void AddDirectoryContact(System::String ^ smtpAddress);
public void AddDirectoryContact (string smtpAddress);
Public Sub AddDirectoryContact (smtpAddress As String)
Parameters
- smtpAddress
- String
The SMTP e-mail address of the Active Directory contact.
Applies to
AddDirectoryContact(String, String)
Adds a member that is linked to an Active Directory contact that is identified by the specified e-mail address and routing type.
public:
void AddDirectoryContact(System::String ^ address, System::String ^ routingType);
public void AddDirectoryContact (string address, string routingType);
Public Sub AddDirectoryContact (address As String, routingType As String)
Parameters
- address
- String
The e-mail address of the Active Directory contact.
- routingType
- String
The routing type for the Active Directory contact.