GroupMember Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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, String) |
Initializes a new instance of the GroupMember class from the specified identifier. |
GroupMember(ItemId) |
Initializes a new instance of the GroupMember class. |
GroupMember(String, MailboxType) |
Initializes a new instance of the GroupMember class that has the specified 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. |
GroupMember(String, String) |
Initializes a new instance of the GroupMember class that has the specified name and e-mail address. |
GroupMember(String) |
nitializes a new instance of the GroupMember class that has the specified e-mail address. |
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. |