Package | Description |
---|---|
microsoft.exchange.webservices.data.property.complex |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.