GET api/Outlook/GetMappedPath/{outlookFolderEntryId}

Retrieves the mapped SharePoint folder

Request Information

URI Parameters

NameDescriptionTypeAdditional information
outlookFolderEntryId

string

Required

Body Parameters

None.

Response Information

Resource Description

returns string of mapped path 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.