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

Packages that use Attendee
microsoft.exchange.webservices.data.property.complex   
 

Uses of Attendee in microsoft.exchange.webservices.data.property.complex
 

Methods in microsoft.exchange.webservices.data.property.complex 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.property.complex 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–2015 Microsoft. All rights reserved.