G
Gary Lemmon
So what I understand is that I can take an existing email message and change
the messageclass to a custom form save or display the item and it will now
show the custom form with the email information.
I have found several samples and it looks fairly simple. I am using the
following
Set objFolder = Session.GetDefaultFolder(olFolderCalendar)
Set oItem.MessageClass = objFolder.Items.Add("IPM.Note.Gary")
oItem.Display
The oItem is of type object and is the email that I want changed. The
display command however does not display the custom form but the old form
and email.
Any suggestions.
Gary
the messageclass to a custom form save or display the item and it will now
show the custom form with the email information.
I have found several samples and it looks fairly simple. I am using the
following
Set objFolder = Session.GetDefaultFolder(olFolderCalendar)
Set oItem.MessageClass = objFolder.Items.Add("IPM.Note.Gary")
oItem.Display
The oItem is of type object and is the email that I want changed. The
display command however does not display the custom form but the old form
and email.
Any suggestions.
Gary