MessageDocumentdocument Property |
The file data containing your message body. This can be in a number of formats, specified using the format property.
Namespace:
Isc
Assembly:
iscmessageservice_v3 (in iscmessageservice_v3.dll) Version: 3.0.0.0
Syntax public byte[] document { get; set; }
function get_document();
function set_document(value);
Property Value
Type:
ByteSee Also