GroupMemberCollection - класс

Represents a collection of members of GroupMember type.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public sealed class GroupMemberCollection : ComplexPropertyCollection<GroupMember>
Inheritance
Object    ComplexProperty    ComplexPropertyCollectionGroupMember    GroupMemberCollection

Конструкторы

GroupMemberCollection Initializes a new instance of the GroupMemberCollection class.

Свойства

Count Gets the total number of properties in the collection.
(Унаследован от ComplexPropertyCollectionTComplexProperty)
Item Gets the property at the specified index.
(Унаследован от ComplexPropertyCollectionTComplexProperty)

Методы

Add Adds a member to the collection.
AddContactEmailAddress Adds a member that is linked to a specific e-mail address of a contact.
AddContactGroup Adds a member linked to a Contact Group.
AddDirectoryContact(String) Adds a member linked to an Active Directory contact.
AddDirectoryContact(String, String) Adds a member linked to an Active Directory contact.
AddDirectoryPublicFolder Adds a member linked to a mail-enabled Public Folder.
AddDirectoryUser(String) Adds a member linked to an Active Directory user.
AddDirectoryUser(String, String) Adds a member linked to an Active Directory user.
AddOneOff(String, String) Adds a one-off member.
AddOneOff(String, String, String) Adds a one-off member.
AddPersonalContact(ItemId) Adds a member linked to a contact's first available e-mail address.
AddPersonalContact(ItemId, String) Adds a member linked to a specific contact's e-mail address.
AddPublicGroup Adds a member linked to a Public Group.
AddRange Adds multiple members to the collection.
Clear Clears the collection.
Contains Determines whether a specific property is in the collection.
(Унаследован от ComplexPropertyCollectionTComplexProperty)
EqualsDetermines whether the specified object is equal to the current object.
(Унаследован от Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
Find Finds the member with the specified key in the collection. Members that have not yet been saved do not have a key.
GetEnumerator Gets an enumerator that iterates through the elements of the collection.
(Унаследован от ComplexPropertyCollectionTComplexProperty)
GetHashCodeServes as the default hash function.
(Унаследован от Object)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
IndexOf Searches for a specific property and return its zero-based index within the collection.
(Унаследован от ComplexPropertyCollectionTComplexProperty)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
Remove Removes a member from the collection.
RemoveAt Removes a member at the specified index.
ToStringReturns a string that represents the current object.
(Унаследован от Object)

Методы расширения

Get
(Определяется ComHelper)
InternalMarkerCanvas Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor)
Invoke
(Определяется ComHelper)
Set
(Определяется ComHelper)

См. также