|
|
|
Get SMTP address of sender in outlook 2003
Fri, 3 Jul 2009 00:22:01 -0700
Hi,
I want to retrieve smtp address of sender in outlook 2003 plugin development
I used
mailItem.SenderEmailAddress
but it is not giving any value
In 2007 I got the value by
mailItem.SendUsingAccount.SmtpAddress;
How to get the same value in outlook 2003?
Thanks
Nagaraj
--
Nagaraj Tadipat ...
|
Keep format of message in the body
Thu, 2 Jul 2009 06:54:03 -0700
Is there a way i can keep format of the message from the body when i use the
Outlook.MailItem.Body?
Thanks ...
|
iMapiSession:openAddressBook
Thu, 2 Jul 2009 09:41:37 +0100
Hi
I am trying to open an Outlook 2007 address book using Visual C++ to extract
contact details from a huge number of personal address books.
I've downloaded some MAPI sample code from msdn but to be honest it makes no
sense to me (it compiles perfectly into a dll - sabp32.dll - but there are
no instruct ...
|
The EntryID in NewMailEx Event
Wed, 1 Jul 2009 13:31:01 -0700
Is the EntryID unique for every mail Item that comes in?
And if i have multiple mailboxes set-up will this event still be triggered?
I am using outlook 2007 ...
|
Implementing Drag and drop events in outlook
Tue, 30 Jun 2009 16:58:32 +0530
When drag a mail item and drop to some other folder item_add event is called
b'se an item is added to a folder.
But before item_add What's actual event for drag and drop in outlook?
Item_add event is called for all cases like saving a mail, sending a mail,
moving a mail.
But if i want to call item_add event ...
|
Fehlermeldung beim öffnen .MSG-Datei
Tue, 30 Jun 2009 03:23:01 -0700
Hello Experts,
I have developed an Outlook Add-in that man can save mails as .MSG-File in
local disk. But when I just open up the saved mail(MSG) and Outlook is not
opened, there appeared always an error "the Object variable or With block
variable is not set." When I disable this Add-in in Outlook, there is ...
|
Hi, Ken, What should be noticed to avoid memory leak in outlook addin?
Mon, 29 Jun 2009 08:10:03 GMT
Hi, Ken, thanks for your help so far, and i can work with my outlook addin
now, but it still have some troubles. I have three toolbar, host, editor and
viewer dialog, in ATL, VC2005, outlook2003. I use CComPtr and CComQIPtr to
process interfaces. Now it is a quite strange that if i open e-mails or
create new one ...
|
|
|
Events _REPLY, _FORWARD, or _NEW
Sun, 28 Jun 2009 06:58:01 -0700
We are trying to build an Addin application for Outlook 2003 from Microsoft
Visual Studio 2008 Professional Edition'
We have problem finding out how to react to the Reply,Forward or New Event
from the MailItem.
The documentation that we find is not correct, as we need a code with
Sub X_reply() handle ...
|
Task programming
Thu, 25 Jun 2009 22:21:51 +0200
We need to make some forms using Outlook tasks.
Most of our fields ara date type. Is there any callendar, which can be
attached to the field for easier date selection?
Marek Staniewski
...
|
Outlook AddIn can't load outside Visual Studio
Thu, 25 Jun 2009 10:56:01 -0700
Hi, I'm trying to deploy a Outlook AddIn into various computers.
The AddIn is programmed in C# using VS2008, it works when I run it inside
Visual Studio IDE, but when the project is installed via the Setup project,
Outlook won't load the AddIn, if I try to load it manually, Outlooks displays
an error indica ...
|
|
|