Share via


IMailboxStoreType.Read method

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

Syntax

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

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

Parameters

Return value

Type: Microsoft.Exchange.Data.IConfigurable

See also

Reference

IMailboxStoreType interface

IMailboxStoreType members

Microsoft.Exchange.Data namespace