GroupMember Class

Definition

Represents a member of a group.

public ref class GroupMember : Microsoft::Exchange::WebServices::Data::ComplexProperty
public class GroupMember : Microsoft.Exchange.WebServices.Data.ComplexProperty
Public Class GroupMember
Inherits ComplexProperty
Inheritance
GroupMember

Constructors

GroupMember()

Initializes a new instance of the GroupMember class.

GroupMember(Contact, EmailAddressKey)

Initializes a new instance of the GroupMember class from a Contact instance that is indexed by the specified e-mail address.

GroupMember(EmailAddress)

Initializes a new instance of the GroupMember class from the specified e-mail address.

GroupMember(ItemId)

Initializes a new instance of the GroupMember class.

GroupMember(ItemId, String)

Initializes a new instance of the GroupMember class from the specified identifier.

GroupMember(String)

nitializes a new instance of the GroupMember class that has the specified e-mail address.

GroupMember(String, MailboxType)

Initializes a new instance of the GroupMember class that has the specified address.

GroupMember(String, String)

Initializes a new instance of the GroupMember class that has the specified name and e-mail address.

GroupMember(String, String, MailboxType)

Initializes a new instance of the GroupMember class that has the specified address, routing, and mailbox type.

GroupMember(String, String, String)

Initializes a new instance of the GroupMember class with the specified name, e-mail address, and routing type.

Properties

AddressInformation

Gets the e-mail address of the group member.

Key

Gets the key field for the group member.

Status

Gets the status of the group member.

Applies to