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
- session
Type: Microsoft.Exchange.Data.Storage.MailboxStoreTypeProvider
- identity
Type: Microsoft.Exchange.Data.ObjectId