Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Exchange/Outlook Appointment Properties

Status
Not open for further replies.

djtech2k

MIS
Jul 24, 2003
1,097
US
As mentioned in other topis in the forum, I am working on some scripting to read out Exchange/Outlook appointment data. One issue is that I need to know the properties that are available. I found some resources online, but not everything is on the list i find, or some things do not exist. For example, I read that EntryID and Body are available, but when i try those I get an error that the properties are not supported.

Any ideas what properties are available? I especially need unique ones.
 
Take a look at
I hope you find this post helpful.

Regards,

Mark

Check out my scripting solutions at
Work SMARTER not HARDER. The Spider's Parlor's Admin Script Pack is a collection of Administrative scripts designed to make IT Administration easier! Save time, get more work done, get the Admin Script Pack.
 
Thanks but according to that code, I am aware of all they are using except body. When I try to use object.body, it fails.

I am battling thru this script as it gets bigger and bigger and bigger.....I have a headache.:(
 
I just found another issue....

When i try to read out "Appointment.Organizer", it fails also with the MAPI_NO_SUPPORT error. This makes it even more difficult because my only option to link a meeting between an attendee and an organizers calendar was to try and find matches on the organizer and the subject.

Why would organizer not work?
 
After another test, it looks like some Organizers come out, but then it bombs on one and doesnt proceed. This is SO strange.
 
So for some reason on some users the organizer works and on others it stops the script with that MAPI Error. Any ideas?
 
Make sure that you have Send/Receive As rights for the mailbox.

I hope you find this post helpful.

Regards,

Mark

Check out my scripting solutions at
Work SMARTER not HARDER. The Spider's Parlor's Admin Script Pack is a collection of Administrative scripts designed to make IT Administration easier! Save time, get more work done, get the Admin Script Pack.
 
The person running it has domain admin, enterprise admin, and Exchange Full Admin. He has local admin on the exchange box as well. Its just strange that it blows up on some and not others. As of now, I have had to put in "on error resume next" and I hate doing that.
 
I am actually going to confirm my last statement...I was told he did but I am going to ask again.

As for the script, it is a terrible mess right now with all the debug lines and things I have had to add. I also think I have some issues with the functions/loops. I am also very fearful that I am missing a lot of data because of the "on error resume next", but I have no way of knowing.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top