Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Outlook Variables
Name: Mario Date: October 2, 2003 at 09:08:32 Pacific OS: Windows 2K CPU/Ram: 1.5 Ghz, 256 MB
Comment:
I am trying to create a custom macro in Outlook 2000 but I don't know outlooks field variables? I would like to use such fields as "Subject", "Flag", "Importance", etc. so that I may run if statments against them. Does anyone know where I can find a list of all outlooks variables? Your help is greatly appreciated.
Name: Global Date: October 3, 2003 at 02:16:20 Pacific
Reply:
If you use VB??
Declare a reference for the Outlook object library, then use the object browser to view the outlook library details, all should be in there that you are after.
I am not too sure if you can view them in outlook, failing that the web will have something, maybe try planet source code.com???
Regards GLOBAL
PS If required I can try to dig out some stuff from vb that should help, let me know....
Summary: I am trying to write a macro in Outlook that saves all attachments from messages with .CVS file extensions, and then moves all files with a specific Subject line to a subfolder of the inbox. It works ...
Summary: I've created an infopath form which stores asset information, bound to an access db. Is it possible to import the form into outlook and use it as a custom outlook form? Or to view the information usin...