Click or drag to resize

APISendEmail Method

Sends an email using the default Outlook account.

Namespace:  AppRobotic
Assembly:  AppRobotic (in AppRobotic.dll) Version: 15.21.3.21 (15.21.03.21)
Syntax
C#
public string SendEmail(
	Object ToEmailAddress,
	Object EmailSubject,
	Object EmailBody
)

Parameters

ToEmailAddress
Type: SystemObject
Recipient email address.
EmailSubject
Type: SystemObject
Email subject line.
EmailBody
Type: SystemObject
Email body as text.

Return Value

Type: String
Returns string containing 'success' or error message.
See Also