ImportRelatedFilesOptions Enumeration |
Namespace: MailBee.MimeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax [FlagsAttribute]
public enum ImportRelatedFilesOptions
<FlagsAttribute>
Public Enumeration ImportRelatedFilesOptions
Members
| Member name | Value | Description |
---|
| None | 0 |
No additional options.
|
| ImportFromUris | 1 |
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