GET EmailServices/EmailNetworkValidation?Email={Email}&sender={sender}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Email

string

Required

sender

string

None.

Body Parameters

None.

Response Information

Resource Description

WSBaseEntity
NameDescriptionTypeAdditional information
Status

boolean

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "Message": "sample string 2"
}

application/xml, text/xml

Sample:
<WSBaseEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SimpleNotificationService.Models">
  <_Message>sample string 2</_Message>
  <_Status>true</_Status>
</WSBaseEntity>