GroupMemberCollection.AddOneOff Method

Definition

Overloads

AddOneOff(String, String, String)

Adds a one-off member to the group with the specified display name, e-mail address, and routing type.

AddOneOff(String, String)

Adds a one-off member to the group with the specified display name and SMTP e-mail address.

AddOneOff(String, String, String)

Adds a one-off member to the group with the specified display name, e-mail address, and routing type.

public:
 void AddOneOff(System::String ^ displayName, System::String ^ address, System::String ^ routingType);
public void AddOneOff (string displayName, string address, string routingType);
Public Sub AddOneOff (displayName As String, address As String, routingType As String)

Parameters

displayName
String

The member's display name.

address
String

The member's e-mail address.

routingType
String

The routing type of the address.

Applies to

AddOneOff(String, String)

Adds a one-off member to the group with the specified display name and SMTP e-mail address.

public:
 void AddOneOff(System::String ^ displayName, System::String ^ smtpAddress);
public void AddOneOff (string displayName, string smtpAddress);
Public Sub AddOneOff (displayName As String, smtpAddress As String)

Parameters

displayName
String

The member's display name.

smtpAddress
String

The member's SMTP e-mail address.

Applies to