GetSharingMetadataResponseMessageType.EncryptedSharedFolderDataCollection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.