AttendeeCollectionRemove - метод
Removes an attendee from the collection.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public bool Remove(
Attendee attendee
)
Public Function Remove (
attendee As Attendee
) As Boolean
public:
bool Remove(
Attendee^ attendee
)
member Remove :
attendee : Attendee -> bool
- attendee Attendee
- The attendee to remove.
BooleanTrue if the attendee was successfully removed from the collection, false otherwise.