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(ImportRelatedFilesOptions) method.

Namespace: MailBee.Mime
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
[FlagsAttribute]
public enum ImportRelatedFilesOptions
Members
  Member nameValueDescription
None0 No additional options.
ImportFromUris1 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.
Remarks
URI is a synonym of an URL.
See Also