| IMailContainer Interface |
Represents MIME entity that contains email message.
Namespace:
Limilabs.Mail.MIME
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public interface IMailContainer
Public Interface IMailContainer
public interface class IMailContainer
type IMailContainer = interface end
The IMailContainer type exposes the following members.
Properties
| Name | Description |
---|
| Message |
Gets parsed email message from this MIME object.
|
TopSee Also