ILkAttachment Interface

ILkAttachment provides interface for working with an attachment. It can load and save an attachment as a file and allows to access an in-memory representation of the attachment.

The ILkAttachment type exposes the following members.

Methods

NameDescription
Public method LoadFromFile Initializes attachment from a file.
Public method SaveToFile Saves contained attachment to a file.
Properties

NameDescription
Public property Content Accesses a stream object to retrieve or update the attachment content.
Public property FileName Defines a name of the attachment.
See Also