Uses of Class
microsoft.exchange.webservices.data.GroupMember

Uses of GroupMember in microsoft.exchange.webservices.data
 

Methods in microsoft.exchange.webservices.data that return GroupMember
protected  GroupMember GroupMemberCollection.createComplexProperty(String xmlElementName)
          * Creates a GroupMember object from an XML element name.
 GroupMember GroupMemberCollection.find(String key)
          Finds the member with the specified key in the collection.Members that have not yet been saved do not have a key.
 

Methods in microsoft.exchange.webservices.data with parameters of type GroupMember
 void GroupMemberCollection.add(GroupMember member)
          * Adds a member to the collection.
protected  String GroupMemberCollection.getCollectionItemXmlElementName(GroupMember member)
          * Retrieves the XML element name corresponding to the provided GroupMember object.
 boolean GroupMemberCollection.remove(GroupMember member)
          * Removes a member from the collection.
 

Method parameters in microsoft.exchange.webservices.data with type arguments of type GroupMember
 void GroupMemberCollection.addRange(Iterator<GroupMember> members)
          * Adds multiple members to the collection.
 

Constructors in microsoft.exchange.webservices.data with parameters of type GroupMember
GroupMember(GroupMember member)
          Initializes a new instance of the GroupMember class.
 



Copyright © 2012. All Rights Reserved.