Open Outlook 98 Calendar Entry using VB

  • Thread starter Thread starter MattyW
  • Start date Start date
M

MattyW

Hi,

I'm VERY new to this!, I have some basic VB experience and need to be
able to do the following.

I want to create some VB code that will extract the calendar entry for
a 7:00am calendar appointment and then pass the resultant entry data
to an output file (txt) along the the calendar users name, this will
need to run on the users client computer and not the exchange server.

I'm sure this is very basic, but like I said I have very little
experience so would appreciate and hints/tips or examples code.

We are running Outlook 98 on a Windows NT platform (yes you did read
that correctly!) desktop refresh is in about 6 months!.

Thanks in advance!.

Matt.
 
At http://www.outlookcode.com/d/finddate.htm, you'll find information on how
to search for items in a particular date/time range.

If you're new to Outlook coding, these web pages should help you get
started:

http://www.winnetmag.com/Articles/Index.cfm?ArticleID=21522&pg=1
http://www.outlookcode.com/d/vb.htm


FYI, there is a newsgroup specifically for general Outlook programming
issues "down the hall" at microsoft.public.outlook.program_vba or, via web
interface, at
http://www.microsoft.com/office/community/en-us/default.mspx?dg=microsoft.public.outlook.program_vba
 
Back
Top