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

Uses of Attendee in microsoft.exchange.webservices.data
 

Methods in microsoft.exchange.webservices.data that return Attendee
 Attendee AttendeeCollection.add(String smtpAddress)
          * Adds an attendee to the collection.
 Attendee AttendeeCollection.add(String name, String smtpAddress)
          * Adds an attendee to the collection.
protected  Attendee AttendeeCollection.createComplexProperty(String xmlElementName)
          * Creates an Attendee object from an XML element name.
 

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



Copyright © 2012. All Rights Reserved.