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
ContactThe contact to link to.
emailAddressKey
EmailAddressKeyThe contact's e-mail address to link to.
GroupMember(EmailAddress)
Initializes a new instance of the GroupMember class.
public GroupMember(EmailAddress addressInformation)
Parameters
addressInformation
EmailAddressThe e-mail address of the member.
GroupMember(ItemId)
Initializes a new instance of the GroupMember class.
public GroupMember(ItemId contactGroupId)
Parameters
contactGroupId
ItemIdThe 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
ItemIdThe Id of the contact member.
addressToLink
stringThe 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
stringThe SMTP address of the member.
GroupMember(string, MailboxType)
Initializes a new instance of the GroupMember class.
public GroupMember(string smtpAddress, MailboxType mailboxType)
Parameters
smtpAddress
stringThe SMTP address of the member.
mailboxType
MailboxTypeThe mailbox type of the member.
GroupMember(string, string)
Initializes a new instance of the GroupMember class.
public GroupMember(string name, string smtpAddress)
Parameters
name
stringThe name of the one-off member.
smtpAddress
stringThe 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
stringThe address of the member.
routingType
stringThe routing type of the address.
mailboxType
MailboxTypeThe 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
stringThe name of the one-off member.
address
stringThe address of the one-off member.
routingType
stringThe routing type of the address.
Properties
AddressInformation
Gets the address information of the member.
public EmailAddress AddressInformation { get; }
Property Value
Key
Gets the key of the member.
public string Key { get; }
Property Value
Status
Gets the status of the member.
public MemberStatus Status { get; }