FileProcessContents Property
|
Alterian Email Manager 6.2.3 SDK Help File Namespace:
DMLibrary.SEVAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic byte[] Contents { get; set; }
Public Property Contents As Byte()
Get
Set
public:
property array<unsigned char>^ Contents {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member Contents : byte[] with get, set
function get_Contents();
function set_Contents(value);
Property Value
Type:
Byte
See Also