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
contactContactThe contact to link to.
emailAddressKeyEmailAddressKeyThe contact's e-mail address to link to.
GroupMember(EmailAddress)
Initializes a new instance of the GroupMember class.
public GroupMember(EmailAddress addressInformation)
Parameters
addressInformationEmailAddressThe e-mail address of the member.
GroupMember(ItemId)
Initializes a new instance of the GroupMember class.
public GroupMember(ItemId contactGroupId)
Parameters
contactGroupIdItemIdThe 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
contactIdItemIdThe Id of the contact member.
addressToLinkstringThe Id of the contact to link the member to.
GroupMember(string)
Initializes a new instance of the GroupMember class.
public GroupMember(string smtpAddress)
Parameters
smtpAddressstringThe SMTP address of the member.
GroupMember(string, MailboxType)
Initializes a new instance of the GroupMember class.
public GroupMember(string smtpAddress, MailboxType mailboxType)
Parameters
smtpAddressstringThe SMTP address of the member.
mailboxTypeMailboxTypeThe mailbox type of the member.
GroupMember(string, string)
Initializes a new instance of the GroupMember class.
public GroupMember(string name, string smtpAddress)
Parameters
namestringThe name of the one-off member.
smtpAddressstringThe 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
addressstringThe address of the member.
routingTypestringThe routing type of the address.
mailboxTypeMailboxTypeThe 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
namestringThe name of the one-off member.
addressstringThe address of the one-off member.
routingTypestringThe 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; }