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...
Show off your group to the world. Share a photo of your group with us.

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 26463 - 26492 of 28048   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
26463
I have some code that will iterate through some MAPI folders using their Folder and Store Ids. This procedure is in a separate thread from my Main App. The...
Jason Coley
jazcoley
Offline Send Email
Jul 3, 2006
2:41 am
26464
You must call MAPIInitialize() before you do anything MAPI related in a process or a thread other than the main Outlook thread. _____ From:...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Jul 3, 2006
5:05 am
26465
I'm sending it through SMTP and it is just not sending changing the 'From Email Address'. I believe I've replicated your correctly in Progress. Many thanks...
bwtrolley
Offline Send Email
Jul 3, 2006
1:41 pm
26466
Why did you comment out the line that sets the property type (PT_STRING8)? Do you see that property on the message in the Sent Items folder when you look at it...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Jul 3, 2006
4:36 pm
26467
The first line called was MAPIInitialize, //Get Outlook Application IDispatch(OLApplication) := CreateOLEObject ('Outlook.Application'); //Initialise Mapi ...
jazcoley
Offline Send Email
Jul 3, 2006
9:48 pm
26468
I have some code that will iterate through some MAPI folders using their Folder and Store Ids. This procedure is in a separate thread from my Main App. The...
Jason Coley
jazcoley
Offline Send Email
Jul 3, 2006
9:57 pm
26469
Oh, sorry about that - missed that line. 1. Did you try to call Namespace.Logon immediately after retrieving Namespace? 2. BTW, MAPI_BEST_ACCESSS...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Jul 3, 2006
10:07 pm
26470
This is all in a standalone application, not an ECE. I am trying to run a separate thread that creates a search folder depending on what a user selects in a...
Jason Coley
jazcoley
Offline Send Email
Jul 3, 2006
10:36 pm
26471
But you indicated that this code runs fine in an ECE, right? Do you call CoInitialize? Why do you need to use the Outlook Object Model at all? All OOM objects...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Jul 3, 2006
10:51 pm
26472
Hi, Can anybody help me in saving the selected messages in .msg format to local path in my hard disk? I want this when the user clicks on the menu item added...
Kashyap, Vikram
vkashyap@...
Send Email
Jul 4, 2006
9:57 am
26473
I commented it out because I wasn't sure what it meant and so did not know how to code the equivalent in Progress. Can i assume I can either leave the tag...
bwtrolley
Offline Send Email
Jul 4, 2006
9:59 am
26474
... There is no SaveAs method for a CDO Message object. It is only implemented in the Outlook Object Model, for example on the MailItem object....
Charles Sinclair
tasklineuk
Offline Send Email
Jul 4, 2006
10:25 am
26475
Thanks for your quick reply, but can you help me in this regard, how can I first of all get the selected items and then save them using SaveAs method using...
Kashyap, Vikram
vkashyap@...
Send Email
Jul 4, 2006
10:31 am
26476
Following link contains the code to get the current selected message. Can you help me in using this code in my application for saving the selected messages? ...
Kashyap, Vikram
vkashyap@...
Send Email
Jul 4, 2006
10:33 am
26477
You need to apply bitwise "or" between the prop tag and the required property type. This will set the two lower bytes of the prop tag to 0x001E with the upper...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Jul 4, 2006
5:31 pm
26478
Weird. Is it just that folder? Or can you select a different folder/Forms library to copy to? ________________________________ From:...
Scott Perley
outlookdev
Offline Send Email
Jul 6, 2006
2:45 pm
26479
In my program in need to get a record key for the item. When I do this I no longer have the actual item (it was deleted eariler), but I have a record about it...
Sergey Golovchenko
umnik700
Offline Send Email
Jul 6, 2006
6:55 pm
26480
Can anybody help me in changing the flag status or flag icon to something else like I want to change the flag icon to OlRegFlagIcon. This is my code... ...
Kashyap, Vikram
vkashyap@...
Send Email
Jul 11, 2006
5:04 am
26481
Sorry for the delay to your last response I've been out of the office - I'm still slightly confused and sorry if I come across a little stupid but when I use...
bwtrolley
Offline Send Email
Jul 12, 2006
9:29 am
26482
No, you should not convert it to a hex value - an integer is an integer no matter how you represent it: it is either -2116222976 in the decimal notation or...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Jul 12, 2006
4:53 pm
26483
I'm hoping for some general advice from someone who has been down this path before. I'm looking for the best and most efficient was to write to Outlook from...
bnerrren
Offline Send Email
Jul 14, 2006
7:35 pm
26484
You might want to post your question in one of the newsgroups at news.saleslogix.com Sounds like the SLX Exchange Link (which runs as a service on a server) is...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Jul 15, 2006
12:07 am
26485
Hi there, I have an addin for Microsoft Outlook, and have recently begun porting it to the French language. In the French edition of Outlook, the ...
richardk45a
Offline Send Email
Jul 16, 2006
7:20 pm
26486
I think I may have sussed it now - many thanks for your help and patience. Bye Bryan ... integer no ... integer is ... debugger) ... displayed as an ... ...
bwtrolley
Offline Send Email
Jul 17, 2006
8:52 am
26487
Hello, I am using Outlook Add-in to customize Outlook UI. On Start-up, I want to add a PST file to user's folders and monitor events (like adding an item and...
Luká Neumann
lneumann007
Offline Send Email
Jul 19, 2006
12:31 pm
26488
How do I setup an outlook Form so that is always sends as text?...
Fran Franm
n0064801
Offline Send Email
Jul 19, 2006
10:18 pm
26489
For starters, you'll need to provide a lot more information: 1) Outlook version 2) Planned usage for this form -- especially whether recipients are internal or...
Sue Mosher
sue_mosher_g...
Offline Send Email
Jul 19, 2006
11:06 pm
26490
Hi Is there a way that I can automatically delete partial of email body, ex: email footer below. Thx & rgds/alex ... Unsubscribe:...
Susanto, Alex
alexssto
Offline Send Email
Jul 20, 2006
9:18 am
26491
Hi All, This Query may be repetitive. I am working with Outlook Addin Dev. I am using VS2005. It was working fine. I restarted the machine. All of a sudden the...
Amar Kangod
kangod_amar
Offline Send Email
Jul 20, 2006
10:43 am
26492
Try looking at the LoadBehavior registry entry for the Addin. It should be 3. ... -- Regards, Bikash Rai....
Bikash Rai
rai_keta
Offline Send Email
Jul 20, 2006
11:20 am
Messages 26463 - 26492 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