Search the web
Sign In
New User? Sign Up
outlook-dev · Outlook Development
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 25252 - 25281 of 27713   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
25252
Is it posssible to get the active/current running Outlook profile? thanks for any help....
delphinoy
Online Now Send Email
Apr 5, 2005
9:38 am
25253
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...
Henry Gusakovsky
doubelbug
Offline Send Email
Apr 5, 2005
9:45 am
25254
Or use CDO 1.21 and get Session.Name....
Sue Mosher
sue_mosher_g...
Offline Send Email
Apr 5, 2005
11:15 am
25255
You can also have a look at http://www.codeproject.com/atl/Extended_MAPI-_IProfAdmin.asp Sue Mosher <mosher.sue@...> wrote: Or use CDO 1.21 and get...
shashi Kulkarni
shashi_cuk
Offline Send Email
Apr 5, 2005
12:58 pm
25256
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...
Oliver Degnan
odegnan
Offline Send Email
Apr 5, 2005
1:17 pm
25257
In the OOM MAPIFolder has property ShowAsOutlookAB. Dim cContactFolder As MAPIFolder ... cContactFolder.ShowAsOutlookAB = true -- WBR Henry...
Henry Gusakovsky
doubelbug
Offline Send Email
Apr 5, 2005
1:31 pm
25258
Yes, but only for Outlook 2002 and up. Not for Outlook 2000. Oliver ... From: Henry Gusakovsky [mailto:h.ghusakovsky@...] Sent: Tuesday, April 05, 2005...
Oliver Degnan
odegnan
Offline Send Email
Apr 5, 2005
3:21 pm
25259
You can use ExMAPI to do that. -- WBR Henry...
Henry Gusakovsky
doubelbug
Offline Send Email
Apr 5, 2005
4:23 pm
25260
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...
Dmiry Streblechenko
dimastr2001
Offline Send Email
Apr 5, 2005
4:32 pm
25261
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...
Henry Gusakovsky
doubelbug
Offline Send Email
Apr 5, 2005
5:22 pm
25262
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...
Dmiry Streblechenko
dimastr2001
Offline Send Email
Apr 5, 2005
5:41 pm
25263
Yea that is complete set of properties as Outlook XP does it. //EntryID of the contact folder in the MessageStore PROP_TAG(PT_BINARY, 0x6610) ...
Henry Gusakovsky
doubelbug
Offline Send Email
Apr 5, 2005
6:03 pm
25264
Cool! That's nice to know, thanks! ... From: Henry Gusakovsky [mailto:h.ghusakovsky@...] Sent: Tuesday, April 05, 2005 11:04 AM To:...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Apr 5, 2005
6:12 pm
25265
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...
kristiansen_terje
kristiansen_...
Offline Send Email
Apr 6, 2005
11:50 am
25266
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...
Scott Perley-TM
outlookdev
Offline Send Email
Apr 6, 2005
4:29 pm
25267
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,...
Scott Perley-TM
outlookdev
Offline Send Email
Apr 6, 2005
4:42 pm
25268
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...
Yue, Qun
qun_yue
Offline Send Email
Apr 6, 2005
9:35 pm
25269
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...
Sue Mosher
sue_mosher_g...
Offline Send Email
Apr 6, 2005
10:18 pm
25270
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...
eddoria01
Offline Send Email
Apr 7, 2005
4:03 am
25271
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...
Don White
whited_2000
Offline Send Email
Apr 7, 2005
12:31 pm
25272
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...
Yue, Qun
qun_yue
Offline Send Email
Apr 7, 2005
4:29 pm
25273
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...
Sue Mosher
sue_mosher_g...
Offline Send Email
Apr 7, 2005
5:04 pm
25274
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...
brbr_mrch
Offline Send Email
Apr 8, 2005
9:35 am
25275
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...
Николаев ...
dremkin
Offline Send Email
Apr 11, 2005
7:45 am
25276
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@...
Send Email
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@...
Send Email
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...
Vaidotas Cibulskas
vaidokliz
Offline Send Email
Apr 13, 2005
5:52 am
25279
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...
Sue Mosher
sue_mosher_g...
Offline Send Email
Apr 13, 2005
11:33 am
25280
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...
brbr_mrch
Offline Send Email
Apr 13, 2005
3:32 pm
25281
Hi there, I need to get the CurrentUser details from Outlook, I also need to get it through MAPIX. I need the same info that the Outlook Call ...
jazcoley
Offline Send Email
Apr 13, 2005
9:41 pm
Messages 25252 - 25281 of 27713   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help