GET api/Outlook/GetMappedPath/{outlookFolderEntryId}
Retrieves the mapped SharePoint folder
Request Information
URI Parameters
Name | Description | Type | Additional 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.IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.