Uses of Class
microsoft.exchange.webservices.data.property.complex.Attendee
-
Packages that use Attendee Package Description 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 Modifier and Type Method Description AttendeeAttendeeCollection. add(String smtpAddress)Adds an attendee to the collection.AttendeeAttendeeCollection. add(String name, String smtpAddress)Adds an attendee to the collection.protected AttendeeAttendeeCollection. 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 Modifier and Type Method Description voidAttendeeCollection. add(Attendee attendee)Adds an attendee to the collection.protected StringAttendeeCollection. getCollectionItemXmlElementName(Attendee attendee)Retrieves the XML element name corresponding to the provided Attendee object.booleanAttendeeCollection. remove(Attendee attendee)Removes an attendee from the collection.
-