MessageFormat

MessageFormat class

代表邮件消息格式,可以是eml,msg或者mhtml格式。

public sealed class MessageFormat

特性

姓名描述
static Eml { get; }表示消息在 埃米尔格式.
static Emlx { get; }表示消息在 埃米克斯格式,由 Apple Mail 使用。
static Html { get; }表示消息在 html格式.
static Mht { get; }表示消息在 甲基叔丁基醚格式.
static Msg { get; }表示消息在 消息格式,由 Microsoft Outlook. 使用
static Tnef { get; }表示消息在 Tnef格式.

方法

姓名描述
override Equals(object)等于指定的 o.
override GetHashCode()用作特定类型的哈希函数。
override ToString()返回一个String代表当前Object.

也可以看看