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