Click or drag to resize

IIscMessageService_v3Send Method

Send a new message.

Namespace:  Isc
Assembly:  iscmessageservice_v3 (in iscmessageservice_v3.dll) Version: 3.0.0.0
Syntax
string Send(
	Message message
)

Parameters

message
Type: IscMessage
The message to be transmitted. Must supply a document, file format, sender identifier, and one or more delivery addresses.

Return Value

Type: String
A message identifier that may be used to track the status of this request.
See Also