MessageDocument ClassISC Message API
A document to be transmitted in the message body.
Inheritance Hierarchy

SystemObject
  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

  NameDescription
Public methodMessageDocument
Top
Properties

  NameDescription
Public propertydocument
The file data containing your message body. This can be in a number of formats, specified using the format property.
Public propertyformat
The format of the file provided in the document property.
Top
See Also

Reference