L
Long Nguyen
(Outlook 2002, sp2)
The Close method has SaveMode as its parameter. The Microsoft VB online help
text lists the available SaveMode for VBA (olDiscard, olPromptForSave,
olSave), but I am working with vbscript in custom form so need to know the
equivalent savemode numbers (0, 1 etc). I just wonder if 0 is for
olDiscard, 1 for olPromptForsave and 2 for olSave? Where can I find
documentation on save mode number?
Thanks
The Close method has SaveMode as its parameter. The Microsoft VB online help
text lists the available SaveMode for VBA (olDiscard, olPromptForSave,
olSave), but I am working with vbscript in custom form so need to know the
equivalent savemode numbers (0, 1 etc). I just wonder if 0 is for
olDiscard, 1 for olPromptForsave and 2 for olSave? Where can I find
documentation on save mode number?
Thanks