URL: /Mail/ById

Method: GET

Descrizione

Questo metodo ritorna tutte le informazioni riguardanti la mail specificata, in formato JSON.

Formato richieste

Legenda:
Parametro obbligatorio
Parametro opzionale
{
    'sessionID': SID,
    'idMail': 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'
}

Formato risposte

{
  "Data": {
    "Bcc": null,
    "AttachmentsName": null,
    "AttachmentsCount": 0,
    "Body": null,
    "BodyIsHtml": false,
    "Cc": null,
    "DomainId": 0,
    "EMailStatus": 0,
    "ErrorMessage": null,
    "ExternalId": null,
    "From": null,
    "HighPriority": false,
    "IdMail": "00000000-0000-0000-0000-000000000000",
    "IdMailAccount": "00000000-0000-0000-0000-000000000000",
    "LanguageId": null,
    "MailDt": "0001-01-01T00:00:00",
    "OwnerSecurityIdentityId": null,
    "RefObjectId": null,
    "RefWorld": null,
    "SendAttempts": 0,
    "StorageId": null,
    "Subject": null,
    "Tags": null,
    "To": null
  },
  "Error": false,
  "ErrorDescription": null,
  "LoggedOut": false,
  "WaitingMfa": false
}