Click or drag to resize

IEmailManagerForwardMessage Method

Forward an email previously stored in the xot_email_message table as an attachment to a list of email addresses.

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
void ForwardMessage(
	string messageID,
	string forwardTo
)

Parameters

messageID
Type: SystemString
The message ID (GUID) of the email message.
forwardTo
Type: SystemString
The email address(es) to send the attachment to.
See Also