Still wrestling with this problem. First, I call IMAPIFolder::GetContentsTable on the source folder. From the contents of the source folder, I select a set of...
I never tried to manually loop through the whole contents table after calling CopyMessage. What I usually do if I need the new message in the destination...
Why do you need to query *all* rows of a table? Call IMAPITable::FindRow to find a row with a particular value of PR_SEARCH_KEY, then read just one row. ...
Hi! Is it possible to use IExchExtAttachedFileEvents::OnReadPattFromSzFile to find the path to the original location of the attachment that is added to an...
If you created a message and displayed it, there's no way to avoid getting some kind of warning when the user closes that message. -- Sue Mosher, Outlook MVP ...
I need a COM object re-written which involves gathering contact information from Outlook contacts and sending this data to a web address. Our current object...
Greetings! I am working on an Outlook Add-in. It is .NET implementation of IDTExtensibility2 interface written in C#. If I put a button into an Inspector and...
Thank you for information! Andrew. ... From: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com] On Behalf Of Sue Mosher Sent: Friday, April 07,...
I'm provided with a clients PST's. I have to extract the .msg's from the PST, then extract and store metadata from each message. One of the groups of metadata...
What kind of DL is it? A GAL DL or an IPM.DistList message based DL? ... From: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com] On Behalf Of...
Not sure how to tell the difference. I assume a GAL DL since the PST's came from an Exchange Server. Thanks for the reply. Michael Jackson ... From:...
I am not sure what you mean by "PST's came from an Exchange Server". Do you mean there was a PST file in a profile that also happened to have an EX mailbox? ...
Dmitry, Sorry. Yes you're correct. PST in a profile with an EX mailbox. If I open that PST in my local Outlook UI, find the message in question and dblClick on...
Here is your answer - you are looking at a GAL DL that cannot be opened without the EX server used to create it. Outlook simply cannot open it. It takes the...
Dmitry, Thanks. I wish I'd asked this question days ago. Michael Jackson ... From: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com] On Behalf...
hello! I am having problem of assigning macro to the toolbar programatically. do anybody have some idea assigning macro to the toolbar programatically in...
Hello. I have been working on an ATL visual c++ Outlook project. I have managed to get all the contacts and their information from the address book, however I...
Currently developing a VB COM Addin for Outlook 2000 and above... I'm using RDOSession.Login(, , , False) to latch onto the current Outlook's MAPI session....
In this case you need to access the contacts as IPM.Contact messages (ContactItem object in the Outlook Object Model) rather than through the AB (AddressEntry...
Send me an e-mail to my private address for an updated version. Note that in Outlook 2002 and up you can simply set the RDOSession.MAPIOBJECT property to...
Hi UG I've read several newsgroup posts about this issue and I even if I followed all solutions given I just can't solve it. After putting the Outlvbs.dll file...
Hi there I am creating an email by sending data from Access to Outlook and this is working fine. I need to include an Outlook signature, but can't see how to...