Folder.AddToPFFavorites Method
Outlook Developer Reference |
Adds a Microsoft Exchange public folder to the public folder's Favorites folder.
Version Information
Version Added: Outlook 2007
Syntax
expression.AddToPFFavorites
expression A variable that represents a Folder object.
Example
The following Visual Basic for Applications (VBA) example adds the public folder GroupDiscussion to the user's Favorites folder by using the AddToPFFavorites method. To run this example, you need to replace 'GroupDiscussion' with a valid public folder name.
Visual Basic for Applications |
---|
|
See Also