MessageAttachmentContentDownloaded Property |
True when the content is included, false when this is only an empty container. Content should be included when sending mail. [Required] [Default(false)] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.Applications.Mail
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool ContentDownloaded { get; set; }
Public Property ContentDownloaded As Boolean
Get
Set
public:
property bool ContentDownloaded {
bool get ();
void set (bool value);
}
member ContentDownloaded : bool with get, set
Property Value
Type:
Boolean
See Also