GET api/Outlook/GetOutlookMapping/{outlookFolderEntryId}
Retrieves the outlook mapping
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
outlookFolderEntryId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
returns a outlook mapping object if OK, 204 noContent if no mapping found, and 500 if an error was caught
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.