Table of Contents

Class GroupMember

Namespace
Microsoft.Exchange.WebServices.Data
Assembly
Microsoft.Exchange.WebServices.dll

Represents a group member.

public class GroupMember : ComplexProperty
Inheritance
GroupMember
Inherited Members

Constructors

GroupMember()

Initializes a new instance of the GroupMember class.

public GroupMember()

GroupMember(Contact, EmailAddressKey)

Initializes a new instance of the GroupMember class from a Contact instance indexed by the specified key.

public GroupMember(Contact contact, EmailAddressKey emailAddressKey)

Parameters

contact Contact

The contact to link to.

emailAddressKey EmailAddressKey

The contact's e-mail address to link to.

GroupMember(EmailAddress)

Initializes a new instance of the GroupMember class.

public GroupMember(EmailAddress addressInformation)

Parameters

addressInformation EmailAddress

The e-mail address of the member.

GroupMember(ItemId)

Initializes a new instance of the GroupMember class.

public GroupMember(ItemId contactGroupId)

Parameters

contactGroupId ItemId

The Id of the contact group to link the member to.

GroupMember(ItemId, string)

Initializes a new instance of the GroupMember class.

public GroupMember(ItemId contactId, string addressToLink)

Parameters

contactId ItemId

The Id of the contact member.

addressToLink string

The Id of the contact to link the member to.

GroupMember(string)

Initializes a new instance of the GroupMember class.

public GroupMember(string smtpAddress)

Parameters

smtpAddress string

The SMTP address of the member.

GroupMember(string, MailboxType)

Initializes a new instance of the GroupMember class.

public GroupMember(string smtpAddress, MailboxType mailboxType)

Parameters

smtpAddress string

The SMTP address of the member.

mailboxType MailboxType

The mailbox type of the member.

GroupMember(string, string)

Initializes a new instance of the GroupMember class.

public GroupMember(string name, string smtpAddress)

Parameters

name string

The name of the one-off member.

smtpAddress string

The SMTP address of the one-off member.

GroupMember(string, string, MailboxType)

Initializes a new instance of the GroupMember class.

public GroupMember(string address, string routingType, MailboxType mailboxType)

Parameters

address string

The address of the member.

routingType string

The routing type of the address.

mailboxType MailboxType

The mailbox type of the member.

GroupMember(string, string, string)

Initializes a new instance of the GroupMember class.

public GroupMember(string name, string address, string routingType)

Parameters

name string

The name of the one-off member.

address string

The address of the one-off member.

routingType string

The routing type of the address.

Properties

AddressInformation

Gets the address information of the member.

public EmailAddress AddressInformation { get; }

Property Value

EmailAddress

Key

Gets the key of the member.

public string Key { get; }

Property Value

string

Status

Gets the status of the member.

public MemberStatus Status { get; }

Property Value

MemberStatus