Auto calendaring form

  • Thread starter Thread starter mso
  • Start date Start date
M

mso

Hello,

I am using Outlook 98 on a 2000 Exchange system.

I would like to create a telephone message form, of sorts,
with the following info on the form (I know how to create
the form).
Inspector Name
Inspection Date
Lot # request
Type of inspection
Requestor name
phone #
Developer name
memo's

I need the message to be sent directly to the inspectors
calendar without acceptance.

I also need to be able to print out a daily task list
with all the requests that were sent out for that date
(with all of inspectors on one report).

I also need the Inspectors to be able to print individual
task list request for themselves.

I just need a little bit of direction. I have two of your
books that I am using, but need some help to get started.

Your assistance is most appreciated.

Thank you!

mso
 
Do you have write access to the other person's Calendar folder? If not, you
can't add an item to it without their action.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



Hello,

I am using Outlook 98 on a 2000 Exchange system.

I would like to create a telephone message form, of sorts,
with the following info on the form (I know how to create
the form).
Inspector Name
Inspection Date
Lot # request
Type of inspection
Requestor name
phone #
Developer name
memo's

I need the message to be sent directly to the inspectors
calendar without acceptance.

I also need to be able to print out a daily task list
with all the requests that were sent out for that date
(with all of inspectors on one report).

I also need the Inspectors to be able to print individual
task list request for themselves.

I just need a little bit of direction. I have two of your
books that I am using, but need some help to get started.

Your assistance is most appreciated.

Thank you!

mso
 
I do have write authority to all of the calendars.

I am kind of excited because maybe I will be able to do
this?

Your books are also a wonderful source of help!
 
Yes, you can use the Namespace.GetSharedDefaultFolder method to return a
MAPIFolder object representing the other person's Calendar folder and then
add new items to that folder using the MAPIFolder.Items.Add method.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top