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

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,
	Stream contentStream
)

Параметры

name  String
The display name of the new attachment.
contentStream  Stream
The stream from which to read the content of the attachment.

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

FileAttachment
A FileAttachment instance.

См. также