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