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