POST api/Bounce/Receive
Anfrageinformationen
URI Parameter
None.
Body Parameter
MimeMessage| Name | Beschreibung | Typ | Zusätzliche Informationen |
|---|---|---|---|
| Headers | Collection of Object |
None. |
|
| Importance | MessageImportance |
None. |
|
| Priority | MessagePriority |
None. |
|
| XPriority | XMessagePriority |
None. |
|
| Sender | MailboxAddress |
None. |
|
| ResentSender | MailboxAddress |
None. |
|
| From | Collection of Object |
None. |
|
| ResentFrom | Collection of Object |
None. |
|
| ReplyTo | Collection of Object |
None. |
|
| ResentReplyTo | Collection of Object |
None. |
|
| To | Collection of Object |
None. |
|
| ResentTo | Collection of Object |
None. |
|
| Cc | Collection of Object |
None. |
|
| ResentCc | Collection of Object |
None. |
|
| Bcc | Collection of Object |
None. |
|
| ResentBcc | Collection of Object |
None. |
|
| Subject | string |
None. |
|
| Date | date |
None. |
|
| ResentDate | date |
None. |
|
| References | Collection of Object |
None. |
|
| InReplyTo | string |
None. |
|
| MessageId | string |
None. |
|
| ResentMessageId | string |
None. |
|
| MimeVersion | Version |
None. |
|
| Body | MimeEntity |
None. |
|
| TextBody | string |
None. |
|
| HtmlBody | string |
None. |
|
| BodyParts | Collection of MimeEntity |
None. |
|
| Attachments | Collection of MimeEntity |
None. |
Anfrageformate
application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded, text/plain, text/html
Sample:
Sample not available.
Antwortinformationen
Ressourcenbeschreibung
HttpResponseMessage| Name | Beschreibung | Typ | Zusätzliche Informationen |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |