MailboxCalendarConfiguration.Read Method

This member overrides UserConfigurationObject.Read(MailboxStoreTypeProvider, ObjectId).

Namespace:  Microsoft.Exchange.Data.Storage.Management
Assembly:  Microsoft.Exchange.Data.Storage (in Microsoft.Exchange.Data.Storage.dll)

Syntax

'Declaration
Public Overrides Function Read ( _
    session As MailboxStoreTypeProvider, _
    identity As ObjectId _
) As IConfigurable
'Usage
Dim instance As MailboxCalendarConfiguration
Dim session As MailboxStoreTypeProvider
Dim identity As ObjectId
Dim returnValue As IConfigurable

returnValue = instance.Read(session, identity)
public override IConfigurable Read(
    MailboxStoreTypeProvider session,
    ObjectId identity
)

Implements

IMailboxStoreType.Read(MailboxStoreTypeProvider, ObjectId)