AttachmentCollectionAddFileAttachment(String, Stream) - метод
Adds a file attachment to the collection.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public FileAttachment AddFileAttachment(
string name,
Stream contentStream
)
Public Function AddFileAttachment (
name As String,
contentStream As Stream
) As FileAttachment
public:
FileAttachment^ AddFileAttachment(
String^ name,
Stream^ contentStream
)
member AddFileAttachment :
name : string *
contentStream : Stream -> FileAttachment
- name String
- The display name of the new attachment.
- contentStream Stream
- The stream from which to read the content of the attachment.
FileAttachmentA FileAttachment instance.