EmailEmbeddedObject

EmailEmbeddedObject class

Represents an object embedded to an email message body.

public class EmailEmbeddedObject : EmailAttachmentBase

Properties

Name Description
override Content { get; set; } Gets or sets the attached file content.
ContentId { get; } Gets the content id of this EmailAttachmentBase.
MediaType { get; } Gets the media type of this EmailAttachmentBase.

Methods

Name Description
CreateWatermarker() Loads a content from the attached file.
CreateWatermarker(LoadOptions) Loads a content from the attached file with the specified load options.
CreateWatermarker(LoadOptions, WatermarkerSettings) Loads a content from the attached file with the specified load options and settings.
GetDocumentInfo() Gets the information about a document stored in the attached file.

See Also