IIscMessageService_v4SendEmail Method |
Send a new email message.
Namespace:
Isc
Assembly:
iscmessageservice_v4 (in iscmessageservice_v4.dll) Version: 4.0.0.0
Syntax string SendEmail(
EmailMessage message
)
function SendEmail(message);
Parameters
- message
- Type: IscEmailMessage
The message to be transmitted. Must supply a document, file format, sender identifier, and one or more delivery addresses.
Return Value
Type:
StringA message identifier that may be used to track the status of this request.
See Also