DoNotUseMeFolderClass.GetStorage Method
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Public Overridable Function GetStorage ( _
StorageIdentifier As String, _
StorageIdentifierType As OlStorageIdentifierType _
) As StorageItem
'Usage
Dim instance As DoNotUseMeFolderClass
Dim StorageIdentifier As String
Dim StorageIdentifierType As OlStorageIdentifierType
Dim returnValue As StorageItem
returnValue = instance.GetStorage(StorageIdentifier, _
StorageIdentifierType)
[DispIdAttribute()]
public virtual StorageItem GetStorage(
string StorageIdentifier,
OlStorageIdentifierType StorageIdentifierType
)
Parameters
- StorageIdentifier
Type: System.String
- StorageIdentifierType
Type: Microsoft.Office.Interop.Outlook.OlStorageIdentifierType
Return Value
Type: Microsoft.Office.Interop.Outlook.StorageItem
Implements
MAPIFolder.GetStorage(String, OlStorageIdentifierType)