Retrieve attachment mails from Outlook
Wed, 25 Jun 2008 04:47:01 -0700
Hi,
I have a code which will read all mails in a folder and save the messages
and attachments.The messages are saved as word document and the attachment
are saved as such.
Outlook.Items JVM = ojbNS.GetFolderFromID(StoreIdEntryId[0],
StoreIdEntryId[1]).Items;
foreach (Outloo ...
|
'Member not found' when working with attachments in Add-in
Wed, 25 Jun 2008 15:52:55 +1000
Hello
My Outlook Add-in processes email attachments and sometimes shows exception
'Member not found'
Because it's random, I cannot figure out what is wrong
I suspect the error happens when code tries to access Item(i)
for i := 1 to Count do
begin
AnAttachment := Item(i);
.. ...
|
Getting SMTP Addresses from Sender (cdosys.dll)
Tue, 24 Jun 2008 06:56:25 -0700 (PDT)
Hi,
I found a way to gather SMTP addresses using CDO for NTS on an
alternative PC. Is it possible to gather SMTP addresses using a
reference to cdosys.dll, instead. I read the article about installing
additional CDO libraries, but I am reluctant to install and register
cdonts.dll based on the information. ...
|
PR_ATTACH_DATA_BIN value when a contact picture is used?
Tue, 24 Jun 2008 04:59:00 -0700
I added a picture to a contact in outlook and saved the contact.
After that I opened the attachment for the picture using outlookspy and
found the size of data in PR_ATTACH_DATA_BIN property much less than the
original size of the picture.
Then I went and added an attachment to the contact(not as a contact
...
|
opening a contact (EX to SMTP)
Tue, 24 Jun 2008 01:38:52 +0530
Hi,
I have a ADRENTRY, as a result IAddrBook::Resolve or IAddrBook::Address
call.
this address entry sometimes has PR_PR_ADDRTYPE set to EX instead of
regular SMTP.
I am trying to open the entry by the entry ID in the ADRENTRY structure
to get its SMTP address.
I got a interface to IMailUser by calling ...
|
Avoiding TNEF encoding / winmail.dat
Sun, 22 Jun 2008 19:46:43 -0700 (PDT)
Probably a newbie question, but I haven't been able to find the
answer...
A program I'm working on has been using Simple MAPI to generate an
email, attach a file, and mail them to clients... some of whom can't
read the attachment because it shows up as winmail.dat. I've tried
disabling Rich Text in both Out ...
|
MAPI Senior Software Engineer Job (Email Encryption Product)
Thu, 19 Jun 2008 13:10:22 -0700 (PDT)
Please contact me if you are interested in the job description listed
below.
Thanks,
Brent
breroger@cisco.com
Senior Software Engineer
Location
San Bruno, California
Job Description:
IronPort Systems Email Encryption Group within Cisco is looking for
software engineering talent and experience to p ...
|
|
|
Outlook 2003 Synchronizing Issues
Fri, 13 Jun 2008 10:07:41 -0500
Hello,
I have developed a message store and every thing works fine. But
occasionally when Outlook is synchronizing our message store becomes buggy.
One example is that if our store is running in an exchange environment and
Outlook is downloading an extremely large file requests will stack up in the
detail ...
|
Problem opening a msg file using ShellExecute
Fri, 13 Jun 2008 00:11:47 -0700 (PDT)
Hi,
I am trying to open a outlook msg file programmaticatlly as below in
my C code.
ShellExecute(NULL, _T("open"), C:\\Program Files\\Microsoft Office\
\OFFICE11\\OUTLOOK.EXE, "C:\\Test.msg", NULL, SW_SHOWNORMAL);
It used to work on Outlook 2003 SP2 and before but when I installed
SP3 it is giving follow ...
|
Adding a menu item to OE
Thu, 12 Jun 2008 15:53:55 -0700
Is there any documentation of adding a menu item to OE? I have seen
applications do that, but I do not know if it is documented by Microsoft.
The menu item would be for processing a message, so it should be in the
message's menu but if the menu item's script or application can determine
what message is curr ...
|