Click or drag to resize
IMessagingManagerGetAttachmentStream Method

[This is preliminary documentation and is subject to change.]

Retrieves a stream with the data of attachment specificed. Remember to dispose the Stream

Namespace: Netadmin.Management.Messaging
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
Stream GetAttachmentStream(
	long attachmentDataId
)

Parameters

attachmentDataId
Type: SystemInt64

[Missing <param name="attachmentDataId"/> documentation for "M:Netadmin.Management.Messaging.IMessagingManager.GetAttachmentStream(System.Int64)"]

Return Value

Type: Stream
A stream with attachment data
See Also