Partilhar via


Sharing Online Calendars, RSS Feeds, Microsoft SharePoint Foundation Folders, and Exchange Folders

In Microsoft Outlook, you can share and subscribe to a variety of online resources, including:

  • Calendários webcal (webcal:// mysite/ mycalendar)

  • Feeds do RSS (feed:// mysite/ myfeed)

  • Pastas do SharePoint Foundation (stssync:// mysite/ myfolder)

  • Exchange folders

Calendar information can also be shared either by providing direct access to a calendar folder or by exporting calendar information to an iCalendar calendar (.ics) file. Para obter mais informações sobre como compartilhar calendários, consulte Compartilhando calendários.

Compartilhando recursos online

Para recursos online disponíveis publicamente, como calendários Webcal, feeds RSS e pastas do SharePoint Foundation, uma mensagem de compartilhamento não é necessária. Use o método OpenSharedFolder do objeto NameSpace para abrir o recurso online. For online resources to which access is required, such as Exchange folders, a sharing request can be created to request access. You can create a sharing request by using the CreateSharingItem method of the NameSpace object to create a SharingItem object. The shared resource (a Folder object reference to the desired Exchange default folder) is used to establish the sharing context for the sharing request.

You can also use a sharing invitation to direct another user to an online resource. To construct a sharing invitation, the CreateSharingItem method of the NameSpace object is used to create a SharingItem object. The shared resource (either a Folder object reference to the desired folder or a string containing the appropriate URI for the online resource) is used to establish the sharing context for the sharing invitation.

Observação

[!OBSERVAçãO] Sharing requests can be created only for Exchange default folders. Para acessar outras pastas do Exchange, é necessário um convite de compartilhamento emitido pelo proprietário da pasta.

Compartilhando provedores

Each type of online resource, such as Webcal calendars, is supported by a corresponding sharing provider. A sharing provider encapsulates the access and interpretation tools for a given online resource type. Use as propriedades SharingProvider e SharingProviderGuid de um SharingItem para determinar o provedor de compartilhamento usado por uma determinada mensagem de compartilhamento.

Suporte e comentários

Tem dúvidas ou quer enviar comentários sobre o VBA para Office ou sobre esta documentação? Confira Suporte e comentários sobre o VBA para Office a fim de obter orientação sobre as maneiras pelas quais você pode receber suporte e fornecer comentários.