Folder Properties

  • Thread starter Thread starter Clive Godden
  • Start date Start date
C

Clive Godden

Hi,
Does anyone out there have any VBA code to set the various properties of a
Folder in particular the "Home Page"

ta

clive
 
When in doubt, check the object browser: Press ALt+F11 to
open the VBA environment in Outlook, then press F2.
Select any item, then press F1 to read the Help topic,
which usually includes sample code. Start with
MAPIFolder.WebViewURL.
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at
http://www.slipstick.com
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top