ImapMessagePart Class
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9448)
Represents information about message part (body view, attachment or linked resource).
Syntax
public class ImapMessagePart
Inherited Members
Properties
| Name | Description |
|---|---|
| ContentId | Gets part's content ID, if available. |
| ContentType | Gets part's content type. |
| FileName | Gets part's file name, if available. |
| Id | Gets part ID. This is used by GetMessagePart(String, String). |
| Kind | Gets a value indicating the part's kind. |
| Length | Part's length. |