S
Sue Mosher [MVP-Outlook]
Try setting it in the Item_Open event handler:
Function Item_Open()
If Item.Size = 0 Then
Item.Type = "Note"
End If
End Function
FYI, there is a newsgroup specifically for Outlook forms issues "down the
hall" at microsoft.public.outlook.program_forms or, via web interface, at
http://www.microsoft.com/office/com...spx?dg=microsoft.public.outlook.program_forms
Function Item_Open()
If Item.Size = 0 Then
Item.Type = "Note"
End If
End Function
FYI, there is a newsgroup specifically for Outlook forms issues "down the
hall" at microsoft.public.outlook.program_forms or, via web interface, at
http://www.microsoft.com/office/com...spx?dg=microsoft.public.outlook.program_forms