MAPIFolder.AddToFavorites Method

This object, member, or enumeration is deprecated and is not intended to be used in your code.

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

Syntax

'Declaration
<DispIdAttribute()> _
<TypeLibFuncAttribute()> _
Sub AddToFavorites ( _
    fNoUI As Object, _
    Name As Object _
)
'Usage
Dim instance As MAPIFolder
Dim fNoUI As Object
Dim Name As Object

instance.AddToFavorites(fNoUI, Name)
[DispIdAttribute()]
[TypeLibFuncAttribute()]
void AddToFavorites(
    Object fNoUI,
    Object Name
)

Parameters

See Also

Reference

MAPIFolder Interface

MAPIFolder Members

Microsoft.Office.Interop.Outlook Namespace