GroupMemberCollection.AddDirectoryContact Method

Definition

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.

Applies to