Share via


DoNotUseMeFolderClass.GetTable Method

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Public Overridable Function GetTable ( _
    Filter As Object, _
    TableContents As Object _
) As Table
'Usage
Dim instance As DoNotUseMeFolderClass
Dim Filter As Object
Dim TableContents As Object
Dim returnValue As Table

returnValue = instance.GetTable(Filter, _
    TableContents)
[DispIdAttribute()]
public virtual Table GetTable(
    Object Filter,
    Object TableContents
)

Parameters

Return Value

Type: Microsoft.Office.Interop.Outlook.Table

Implements

MAPIFolder.GetTable(Object, Object)

See Also

Reference

DoNotUseMeFolderClass Class

DoNotUseMeFolderClass Members

Microsoft.Office.Interop.Outlook Namespace