That's correct. If you don't have a customized page, you can't work with its
properties. I imagine something might be done with lower level Windows
programming, but I'm not sure of the details. Maybe Ken can jump in
> Does anyone know of a way to display a message, without creating a
> userform.
I don't understand what you mean. "Userform" is a VBA/VB concept. Outlook
messages don't use VBA to display.

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> Hi,
>
[quoted text clipped - 27 lines]
> Set objPage = Nothing
> End Sub
Mike - 07 Oct 2004 11:08 GMT
> > Does anyone know of a way to display a message, without creating a
> > userform.
Sorry, I wasn't being clear about the message. What I want to do is to
display a message without halting the program. Something like
"Working ... Please wait"
and finish of with a VBA message box, something like
"msgbox "Finished", vbOKOnly+vbInformation"
Thanks a lot for any input.
Mike
> That's correct. If you don't have a customized page, you can't work with its
> properties. I imagine something might be done with lower level Windows
[quoted text clipped - 34 lines]
> > Set objPage = Nothing
> > End Sub
Sue Mosher [MVP-Outlook] - 29 Oct 2004 14:42 GMT
An alternative method would be to use the Popup method from Windows Script
Host. See http://www.winguides.com/scripting/reference.php?id=144

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
>> > Does anyone know of a way to display a message, without creating a
>> > userform.
[quoted text clipped - 48 lines]
>> > Set objPage = Nothing
>> > End Sub