Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.08 KB

Outlook.SharingItem.OpenSharedFolder.md

File metadata and controls

41 lines (23 loc) · 1.08 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
SharingItem.OpenSharedFolder method (Outlook)
vbaol11.chm698
vbaol11.chm698
Outlook.SharingItem.OpenSharedFolder
6d365693-8d59-a7a0-d6cb-fe959735d708
06/08/2017
medium

SharingItem.OpenSharedFolder method (Outlook)

Opens a shared folder offered by a sharing invitation.

Syntax

expression. OpenSharedFolder

expression An expression that returns a SharingItem object.

Return value

A Folder object that represents the shared folder.

Remarks

This method allows the recipient of a sharing invitation to open the shared folder offered by the sender. An error occurs if this method is called on a SharingItem object with a Type property value other than olSharingMsgTypeInvite or olSharingMsgTypeInviteAndRequest, or if Outlook cannot connect to the shared folder.

See also

SharingItem Object

[!includeSupport and feedback]