ExchangeService.ExpandGroup Method

Definition

Overloads

ExpandGroup(EmailAddress)

Expands a group identified by a specified email address.

ExpandGroup(ItemId)

Expands a group identified by a specified group ID.

ExpandGroup(String)

Expands a group identified by a specified group SMTP address.

ExpandGroup(String, String)

Expands a group identified by a specified group SMTP address and the routing type of that address.

ExpandGroup(EmailAddress)

Expands a group identified by a specified email address.

public:
 Microsoft::Exchange::WebServices::Data::ExpandGroupResults ^ ExpandGroup(Microsoft::Exchange::WebServices::Data::EmailAddress ^ emailAddress);
public Microsoft.Exchange.WebServices.Data.ExpandGroupResults ExpandGroup (Microsoft.Exchange.WebServices.Data.EmailAddress emailAddress);

Parameters

emailAddress
EmailAddress

The email address of the group.

Returns

The group members.

Applies to

ExpandGroup(ItemId)

Expands a group identified by a specified group ID.

public:
 Microsoft::Exchange::WebServices::Data::ExpandGroupResults ^ ExpandGroup(Microsoft::Exchange::WebServices::Data::ItemId ^ groupId);
public Microsoft.Exchange.WebServices.Data.ExpandGroupResults ExpandGroup (Microsoft.Exchange.WebServices.Data.ItemId groupId);
Public Function ExpandGroup (groupId As ItemId) As ExpandGroupResults

Parameters

groupId
ItemId

The ID of the group to be expanded.

Returns

The group members.

Applies to

ExpandGroup(String)

Expands a group identified by a specified group SMTP address.

public:
 Microsoft::Exchange::WebServices::Data::ExpandGroupResults ^ ExpandGroup(System::String ^ smtpAddress);
public Microsoft.Exchange.WebServices.Data.ExpandGroupResults ExpandGroup (string smtpAddress);
Public Function ExpandGroup (smtpAddress As String) As ExpandGroupResults

Parameters

smtpAddress
String

The SMTP address of the group to be expanded.

Returns

The group members.

Applies to

ExpandGroup(String, String)

Expands a group identified by a specified group SMTP address and the routing type of that address.

public:
 Microsoft::Exchange::WebServices::Data::ExpandGroupResults ^ ExpandGroup(System::String ^ address, System::String ^ routingType);
public Microsoft.Exchange.WebServices.Data.ExpandGroupResults ExpandGroup (string address, string routingType);
Public Function ExpandGroup (address As String, routingType As String) As ExpandGroupResults

Parameters

address
String

The SMTP address of the group to be expanded.

routingType
String

The routing type of the address of the group to be expanded.

Returns

The group members.

Applies to