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.MessagingAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
SyntaxStream GetAttachmentStream(
long attachmentDataId
)
Function GetAttachmentStream (
attachmentDataId As Long
) As Stream
Parameters
- attachmentDataId
- Type: SystemInt64
[Missing <param name="attachmentDataId"/> documentation for "M:Netadmin.Management.Messaging.IMessagingManager.GetAttachmentStream(System.Int64)"]
Return Value
Type:
StreamA stream with attachment data
See Also