POST api/Contact

Request Information

URI Parameters

None.

Body Parameters

MailMessage
NameDescriptionTypeAdditional information
From

MailAddress

None.

Sender

MailAddress

None.

ReplyTo

MailAddress

None.

ReplyToList

Collection of Object

None.

To

Collection of Object

None.

Bcc

Collection of Object

None.

CC

Collection of Object

None.

Priority

MailPriority

None.

DeliveryNotificationOptions

DeliveryNotificationOptions

None.

Subject

string

None.

SubjectEncoding

Encoding

None.

Headers

Dictionary of string [key] and string [value]

None.

HeadersEncoding

Encoding

None.

Body

string

None.

BodyEncoding

Encoding

None.

BodyTransferEncoding

TransferEncoding

None.

IsBodyHtml

boolean

None.

Attachments

Collection of Object

None.

AlternateViews

Collection of Object

None.

Request Formats

application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.