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...
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...
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...
The first line called was MAPIInitialize, //Get Outlook Application IDispatch(OLApplication) := CreateOLEObject ('Outlook.Application'); //Initialise Mapi ...
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...
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...
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...
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@...
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...
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@...
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@...
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...
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...
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@...
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...
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...
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...
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...
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 ... ...
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...
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...
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...