MailAttachmentFileContent Property |
Gets or sets the content of the file.
Namespace:
Atomia.Billing.Core.Sdk.Utils.Email
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public byte[] FileContent { get; set; }
Public Property FileContent As Byte()
Get
Set
public:
property array<unsigned char>^ FileContent {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member FileContent : byte[] with get, set
Property Value
Type:
ByteThe content of the file.
See Also