IMsgAttachmentData Interface

Definition

Interface for all msg attachment handling.

public interface IMsgAttachmentData : IDisposable
type IMsgAttachmentData = interface
    interface IDisposable
Public Interface IMsgAttachmentData
Implements IDisposable
Implements

Properties

Bytes

Get the raw bytes of message stream.

LongName

Get attachment long name.

LongPath

Get attachment long path.

Name

Get attachment name.

Path

Get attachment path.

Stream

Get the message attachment as stream.

Applies to