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 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:
StringReturns string containing 'success' or error message.
See Also