X4 Produktdokumentation

Operation: SendDraftMail

The SendDraftMail operation sends an email that was created as draft.

Input

The adapter expects the following XML structure as input:

XML
<?xml version="1.0"?>
<Mail>
	<MailId>213123123123</MailId>
</Mail>

The following elements are included in the input:


Element

Description

Mail

Enclosing element for the SendDraftMail operation 

MailId

ID of the email to be sent

Possible value:

Any string

Output

The draft email specified in the input is sent.