Yes, That is via ExMAPI: Every profile section contain property PR_PROFILE_NAME. So you can open any profile section via MAPISession object and request this...
I added a custom contacts folder through my Outlook addin. However, the folder is not viewable in the address book. In order for it to be accessible in the...
Yes, but only for Outlook 2002 and up. Not for Outlook 2000. Oliver ... From: Henry Gusakovsky [mailto:h.ghusakovsky@...] Sent: Tuesday, April 05, 2005...
Actually, yes and no: the folder names, entry ids and store ids are stored in a special profile section. If you overwrite these values, OAB won't see them...
I dont' need to use registry. I can use AbContainers methods like Outlook does. The most undocumented stuff is properties and nothing else. OAB provider will...
By "set some properties", do you mean you set the PR_STORE_ENTRYID and (0x6610, PT_BINARY) properties to the folder's store entry id and the folder entry id...
Hello Group We have notices an strange behavior when we changed our Office version to Outlook2003 and WordMail 2003, everything works fine in earlier version...
I'm getting this problem again on some of my forms. Has anyone else been able to resolve this? I did some searches on the web but it doesn't sound as though...
I can include a sample of the OFT if someone would like to have a look at it. Scott ________________________________ From: Scott Perley-TM Sent: Wednesday,...
Hi, there I wrote a web page years ago which has links to open my customize appointment forms. It works for OL2000 in Window 2000, but now we are moving to...
Check your browser security settings. You may also have an anti-virus program on the new machine that blocks calls to Outlook.Application. If so, you'll need...
We are using Exchange 2003, Windows XP and Office 2003. I would appreciate some help in trying to get code which would be added to someone's Outlook on a...
Another thing to check is the Windows XP SP2 Firewall turned on? Try turning it off. I have seen it do some strange things. Don White, MCSE+M LBMC Technologies...
Thanks, Sue. I tried low my browser security and "Set oApplication = CreateObject("Outlook.Application")", it doesn't work too. I don't think they will let me...
I think you've answered your own question. If you have a script blocker and you can't turn it off, there's nothing you can do with the page as-is. I can...
I downloaded Scott Bradley's Group Calendar form from the Slipstick website at the following address http://www.slipstick.com/addins/gallery/index.htm#groupcal...
Hello, I need search Recipient in Contact folder. Now I do it by simple cycle and compare Email1, Email2 etc. But folder contain EX address.. Whether there is...
Hi Everyone, I'm striving to find out where in the world MS Exchange stores the read/unread status of the objects in a Public Folder. I'd like to ...
Giuliano
g.cioffi@...
Apr 12, 2005 2:46 pm
25277
Does anyone have any async event sink experience on a 2003 server? I created a simple async event sink in VB6 that simply writes to the event log for onsave...
Rinko, Bryan
Bryan.Rinko@...
Apr 12, 2005 6:08 pm
25278
Bryan, Try to recreate event sink registration item. P.S.: Exchange event sinks are out of scope of this group. _____ From: Rinko, Bryan...
This is a VBA form, not a custom Outlook form, right? If so, then you'll need to devise some way to save information about your selections between uses and...
Thanks so much for your reply, Sue. Yes it is a VBA form. If I store the selections in an item in an Outlook folder how would I refer to that in the code? The...