IMsgAttachmentData Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |