On Wednesday, 12 January 2000 09:00:00 UTC+1, Ken Slovak - [MVP - Outlook] wrote:
> For a custom Journal entry that is not supported natively by Outlook
> you need a string key named Description that has the name of what you
> want, such as "Appointment". The DescriptionID key is only for
> built-in Journal entry types. Duplicating the DescriptionID key will
> cause duplicate entries.
>
> In Outlook 2000 you can use VBA to react to events in specific
> folders. So to...
Re: Custom Journal Entries
> For a custom Journal entry that is not supported natively by Outlook
> you need a string key named Description that has the name of what you
> want, such as "Appointment". The DescriptionID key is only for
> built-in Journal entry types. Duplicating the DescriptionID key will
> cause duplicate entries.
>
> In Outlook 2000 you can use VBA to react to events in specific
> folders. So to...
Re: Custom Journal Entries