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.
Name | Description | |
---|---|---|
LoadFromFile | Initializes attachment from a file. | |
SaveToFile | Saves contained attachment to a file. |
Name | Description | |
---|---|---|
Content | Accesses a stream object to retrieve or update the attachment content. | |
FileName | Defines a name of the attachment. |