Setting Posting to Folder Property in Outlook
When u right click and go to properties, there is an option to choose a form under "When Posting to this Folder, Use " ... is there any way to programatically set this using Visual Basic ... assume we have a published form under Personal Forms Library ...
Re: Setting Posting to Folder Property in Outlook
Actually its the .DefaultMessageClass property of a MAPIFolder object. Only problem is that its a Read-Only property.
Re: Setting Posting to Folder Property in Outlook
Actually i tried using it but this roperty works only with items and not folders ... can u pls help me to set the folder up
Give me some links where I get samples about this
Re: Setting Posting to Folder Property in Outlook
As I posted earlier, its a read only property for the MAPIFolder object and can not be changed using the Outlook Object Model.