CreateAttachmentFromString

CreateAttachmentFromString(string, string)

从字符串创建附件。

public static Attachment CreateAttachmentFromString(string content, string name)
范围类型描述
contentString表示附件内容的字符串。
nameString附件名称。

返回值

返回创建的附件

也可以看看


CreateAttachmentFromString(string, string, Encoding, string)

从字符串创建附件。

public static Attachment CreateAttachmentFromString(string content, string name, 
    Encoding contentEncoding, string mediaType)
范围类型描述
contentString表示附件内容的字符串。
nameString附件名称。
contentEncodingEncoding内容编码。
mediaTypeString媒体类型名称

返回值

返回创建的附件

也可以看看


CreateAttachmentFromString(string, ContentType)

从字符串创建附件。

public static Attachment CreateAttachmentFromString(string content, ContentType contentType)
范围类型描述
contentString表示附件内容的字符串。
contentTypeContentTypeContentType.

返回值

返回创建的附件

也可以看看