GetSharingMetadataResponseMessageType.EncryptedSharedFolderDataCollection Property

Definition

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.

public:
 property cli::array <ExchangeWebServices::EncryptedSharedFolderDataType ^> ^ EncryptedSharedFolderDataCollection { cli::array <ExchangeWebServices::EncryptedSharedFolderDataType ^> ^ get(); void set(cli::array <ExchangeWebServices::EncryptedSharedFolderDataType ^> ^ value); };
public ExchangeWebServices.EncryptedSharedFolderDataType[] EncryptedSharedFolderDataCollection { get; set; }
Public Property EncryptedSharedFolderDataCollection As EncryptedSharedFolderDataType()

Property Value

The value of the EncryptedSharedFolderDataCollection property is an array of EncryptedSharedFolderDataType objects.

Applies to