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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 27619 - 27649 of 28048   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
27619
For a long time, I've used the standard MAPILogonEx(0, "", "", 0, &session) call in OnStartupComplete to get at the MAPISession object to use elsewhere. In...
Brad Smith
bpsmicro
Offline Send Email
Apr 4, 2008
2:43 pm
27621
Namespace.MAPIOBJECT will give you IMAPISession in Outlook 2002 and up. From: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com] On Behalf Of...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Apr 4, 2008
3:42 pm
27622
Thanks. Right now we're using the OL2000 OM, but I'll see if I can work in use of that instead and see what happens. If nothing else, it's a better option for...
Brad [VE3BSM]
bpsmicro
Offline Send Email
Apr 4, 2008
4:11 pm
27623
You can always branch your code based on the Outlook version - call MAPILogonEx in Outlook 2000 and use Namespace.MAPIOBJECT in Outlook 2002 and up based on...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Apr 4, 2008
4:21 pm
27624
Yeah. The main thing that worries me in this instance is the *cause* of the error this particular customer is seeing. I'd be worried about doing all the coding...
Brad [VE3BSM]
bpsmicro
Offline Send Email
Apr 4, 2008
4:35 pm
27625
That particular error was MAPI_E_NOT_INITIALIZED. Are you calling MAPILogonEx this on a secondary thread? Did you link to the right version of msmapi32.dll? Or...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Apr 4, 2008
4:47 pm
27626
MAPI32.dll, and it's being called in the main thread right at the top of OnStartupComplete. I suspect this isn't a build problem, because we have this add-in...
Brad [VE3BSM]
bpsmicro
Offline Send Email
Apr 4, 2008
5:06 pm
27627
You might be loading the wrong version of the mapi dll. Do you statically link to the dll or load it using LoadLibrary? Since your code is running in the...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Apr 4, 2008
5:17 pm
27628
Static link to mapi32.dll. So in this situation, for whatever reason this particular customer's Outlook install is loading a difference version than what we...
Brad [VE3BSM]
bpsmicro
Offline Send Email
Apr 4, 2008
5:34 pm
27629
I kept on troubleshooting this problem. Set Myitem=AllItems.find("[Name]= '" & VEmployees & "'") does not work & returns an invalid item in 2007 but not in...
Nader Abdallah
nader.abdallah@...
Send Email
Apr 11, 2008
8:51 am
27630
We have developed an Appointment Form - where we have build inn some extra fields and some extras. The way we use it, is as a normal appointment - where we add...
Terje Kristiansen
terje252003
Offline Send Email
Apr 15, 2008
2:17 pm
27631
Hi, We have an application developed in VISUAL BASIC 6.0, MAPI and CDO 1.21. This application creates appointments in OUTLOOK. Till date, there has not been...
avis_sivakumar
Offline Send Email
Apr 21, 2008
11:41 am
27632
By "is not logging", do you mean you get an error? What is it? If you need to avoid login prompts, your code must be running under the Windows user identity of...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Apr 21, 2008
3:09 pm
27633
We currently use a group calendar in Sharepoint which can be viewed in conjunction with each users' own outlook calendar. We currently connect to the...
rrapport
Offline Send Email
Apr 21, 2008
9:33 pm
27634
I am new to this group. Thank you for having it. I have no control over what we use here where I work. We are still in the Office 2003 suite and have no...
carolamrt@...
carol65441
Offline Send Email
Apr 22, 2008
12:37 am
27635
I have been using automation to create and send emails from Access. And have used CDO to get email addresses from the global address list and create a nightly...
carolamrt@...
carol65441
Offline Send Email
Apr 22, 2008
12:37 am
27636
Outlook 2007 has many new objects, methods, events, etc. Other than that, pretty much anything that applies to Outlook 2007 would also apply to Outlook 2003....
Sue Mosher
mosher_sue
Offline Send Email
Apr 22, 2008
12:53 am
27637
Not a silly question at all, but the answer isn't simple. Unless you can publish a custom form to the Organizational Forms library on your company's Exchange...
Sue Mosher
mosher_sue
Offline Send Email
Apr 22, 2008
1:05 am
27638
You could write an addin to do this fairly easily, using Addin Express outlook forms, I do something similar here. I send the data as the body text of the...
Jason Coley
jazcoley
Offline Send Email
Apr 22, 2008
1:33 am
27639
An add-in would be a good choice, but only if you can get it installed on all machines. Given the other message about having no choice about what software to...
Sue Mosher
mosher_sue
Offline Send Email
Apr 22, 2008
1:51 am
27640
Thank you for your help so far. I have full control over what is done with sql server 2005 and Access 2003. The Outlook/Exchange stuff belongs to another...
carolyn
carol65441
Offline Send Email
Apr 22, 2008
2:48 am
27641
The simplest thing to do is to use Outlook VBA to create the Outlook items! -- Eric Legault MVP -...
Eric Legault
ericmlegault
Offline Send Email
Apr 22, 2008
2:59 am
27642
Carolyn, do you have SharePoint deployed in your organization? It's the logical choice for many workflow solutions these days, along with InfoPath. -- Eric...
Eric Legault
ericmlegault
Offline Send Email
Apr 22, 2008
4:06 am
27643
Hi, I am getting the MAPI error code 80040201, when the default folder is retrieved, for verifying whether the Session Logon was successful. But the first...
SivaKumar
avis_sivakumar
Offline Send Email
Apr 22, 2008
6:33 am
27644
The error is MAPI_E_UNKNOWN_ENTRYID. Does Outlook run Ok for that user? What is the Outlook version? From: outlook-dev@yahoogroups.com...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Apr 22, 2008
6:37 am
27645
Yupe, Outlook is runnig Ok for the user and the version is OUTLOOK 2007. My doubt is, if this has got something to do with the environment, error should be...
SivaKumar
avis_sivakumar
Offline Send Email
Apr 22, 2008
6:47 am
27646
CDO 1.21 (as well as MAPI itself) delays the logon until data is needed. Did you try to run the code while the user is logged in to Windows as the mailbox...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Apr 22, 2008
6:56 am
27647
Yes, i have done that too.... Dmitry Streblechenko <list@...> wrote: v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);}...
SivaKumar
avis_sivakumar
Offline Send Email
Apr 22, 2008
7:03 am
27648
One word. InfoPath. Create a InfoPath form and put a button on there that will save the form to the SharePoint list. Regards, O ... From:...
Allen, William
Othello911
Offline Send Email
Apr 22, 2008
11:01 am
27649
Does anyone know of a way to setup the weekly view in Outllok 2007 to look as it did in Oulook 2000?...
JHundley
jjhundley2000
Offline Send Email
Apr 22, 2008
3:18 pm
Messages 27619 - 27649 of 28048   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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