FolderClass.GetTable Method
This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see Folder.
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 FolderClass
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
- Filter
Type: System.Object
- TableContents
Type: System.Object
Return Value
Type: Microsoft.Office.Interop.Outlook.Table
Implements
MAPIFolder.GetTable(Object, Object)