Hi,
Within the soap.txt document there is the following information.
Code:
<GetSignaturesRequest/>
<GetSignaturesResponse>
<signature name="{signature-name}" id="{identity-id}"
<content type="{text/plain | text/html}">{signature-value}</content>+
</signature>+
</GetSignaturesResponse> When I run a GetSignaturesRequest however it returns:
Code:
<soap:Reason><soap:Text>unknown document: GetSignaturesRequest</soap:Text></soap:Reason>
Does this call exist? If so what do I need to pass to it to get a response, I have tried the mailbox name, and id and get the same response in both instances.