AttachmentCollectionAddFileAttachment(String, Byte) - метод

Adds a file attachment to the collection.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public FileAttachment AddFileAttachment(
	string name,
	byte[] content
)

Параметры

name  String
The display name of the new attachment.
content  Byte
A byte arrays representing the content of the attachment.

Возвращаемое значение

FileAttachment
A FileAttachment instance.

См. также