GET api/Outlook/GetOutlookMapping/{outlookFolderEntryId}

Retrieves the outlook mapping

Request Information

URI Parameters

NameDescriptionTypeAdditional 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.IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.