MailBee.NET Objects 3.1

ImportRelatedFilesOptions Enumeration

Defines the available flags which affect how files related to the HTML body of the mail message are attached to the message by ImportRelatedFiles method.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

public enum ImportRelatedFilesOptions

Remarks

URI is a synonym of an URL.

Members

Member Name Description Value
None No additional options. 0
ImportFromUris The files which are referenced in the HTML message body via URIs will be downloaded from their web locations and attached to the message. If this flag is not set, only local files will be imported while URI references will be left as-is. 1

Requirements

Namespace: MailBee.Mime

Assembly: MailBee.NET (in MailBee.NET.dll)

See Also

MailBee.Mime Namespace | ImportRelatedFiles