Share via


GetSharingMetadataResponseMessageType.EncryptedSharedFolderDataCollection Property

The EncryptedSharedFolderDataCollection property gets or sets an array of EncryptedSharedFolderDataType objects that a client can use to authorize the sharing of its calendar or contact data with other clients.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property EncryptedSharedFolderDataCollection As EncryptedSharedFolderDataType()
    Get
    Set
'Usage
Dim instance As GetSharingMetadataResponseMessageType
Dim value As EncryptedSharedFolderDataType()

value = instance.EncryptedSharedFolderDataCollection

instance.EncryptedSharedFolderDataCollection = value
public EncryptedSharedFolderDataType[] EncryptedSharedFolderDataCollection { get; set; }

Property Value

Type: []
The value of the EncryptedSharedFolderDataCollection property is an array of EncryptedSharedFolderDataType objects.