A document to be transmitted in the message body.
Inheritance Hierarchy
IscMessageDocument
Namespace: Isc
Assembly: iscmessageservice_v2 (in iscmessageservice_v2.dll) Version: 2.0.0.0
Syntax
JavaScript
Isc.MessageDocument = function(); Type.createClass( 'Isc.MessageDocument');
The MessageDocument type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MessageDocument |
Properties
Name | Description | |
---|---|---|
document |
The file data containing your message body. This can be in a number of formats, specified using the format property.
| |
format |
The format of the file provided in the document property.
|
See Also