Messagedocuments Property |
The file(s) to be populated into the message body. These can be in a number of formats, specified using the format property. This field must have at least one item.
Namespace:
Isc
Assembly:
iscmessageservice_v3 (in iscmessageservice_v3.dll) Version: 3.0.0.0
Syntax public MessageDocument[] documents { get; set; }
function get_documents();
function set_documents(value);
Property Value
Type:
MessageDocumentSee Also