MessageAttachmentAttachmentContent Property |
The actual content of the attachment. null when the content is not downloaded or is unknown for some other reason.
Namespace:
Aloe.EnterpriseOne.Model.Applications.Mail
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic byte[] AttachmentContent { get; set; }
Public Property AttachmentContent As Byte()
Get
Set
public:
property array<unsigned char>^ AttachmentContent {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member AttachmentContent : byte[] with get, set
Property Value
Type:
Byte
See Also