out-of-proc MAPI is not available with Outlook 2010 Home and Busin
Fri, 12 Mar 2010 14:24:05 -0800
Since Outlook 2010 Home and Business edition is running on the click2run
virtualization platform, there are couple of side effect, most problematic of
those are absense of automation and MAPI interfaces from outside of virtual
machine.
Thus if you do MAPIInitialize() in the separate process (not in Outlook's ...
|
MAPI_E_FAILONEPROVIDER on opening other users message store in MFC
Fri, 5 Mar 2010 14:24:30 -0800
Hi,
I have an application which uses MAPI to access other users mailbox. We
have a setup in which Exchange 2003 was upgraded to Exch 2010. Now all the
mailboxes have been moved to Exch '10. Until now the mailboxes were opened
with flag OPENSTORE_TAKE_OWNERSHIP but now we are facing problem in opening
tho ...
|
How to get OOM MailItem Raw data
Thu, 4 Mar 2010 15:34:28 +0100
Hi,
this is my need:
I'de like to get an OOM MailItem raw data (RFC 822) using the HrGetOneProp
(from VB6):
is it possible ?
Thanks
...
|
Outlook and iCalendar
Wed, 3 Mar 2010 12:48:46 -0800 (PST)
Hello,
I am writing a MAPI addin for Outlook that would generate iMip style
messages for meeting requests, responses and cancellations. I know
Outlook configured to work with IMAP is able to generate and consume
such iMip (iCalendar messages), and was wondering if there is some
method/functionality exposed in ...
|
PR_OWNER_APPT_ID values
Tue, 2 Mar 2010 09:04:33 -0800 (PST)
I'm following the instructions in the MS-OXOCAL document
to create a meeting request. One of the fields to populate is
PidTagOwnerAppointmentId / PR_OWNER_APPT_ID.
The document defines this value as "the number of minutes
between the start time and midnight, January 1, 1601".
For messages created now, in March ...
|
Convert exchange sender address to smtp
Thu, 18 Feb 2010 08:52:37 -0800 (PST)
Hi,
is there a way to convert a sender address of type "ex" into a SMTP
address without address book and without exchange server connection?
The usecase is forensic PST analysis where you just get single PSTs
without any additional data.
I've seen that the recipient table does contain the SMTP address as
a ...
|
SubmitMessage to Public folder returns 0x80040102
Wed, 17 Feb 2010 02:13:00 -0800 (PST)
I have a calendar in the "All Public Folders" folder.
When I try to update an appointment in that calendar and call
SubmitMessage(),
MAPI always returns 0x80040102 (MAPI_E_NO_SUPPORT).
Is this a permissions issue, an exchange configuration issue, or a
coding issue ?
Regards,
Tim Dale, BRE ...
|
|
|
PROP TAGS for Appointment Items
Mon, 15 Feb 2010 08:55:26 -0800 (PST)
I've been working with my own calendar via MAPI fairly successfully
(using C++). Using Microsoft's MFCMAPI application, I had generated
the following tags to identify the various fields of an appointment :
#define PR_APPOINTMENT_REMINDERSET 0x8010000b
#define PR_APPOINTMENT_REMINDER_MINUTES 0x80110003
#defin ...
|
Link Errors (COM vs WindowsEXE)
Mon, 15 Feb 2010 03:10:46 -0800 (PST)
I've created a windows application (i.e. with a user interface) using
MAPI
that's working fine, retrieving calendars and updating appointments.
But when I tried to build a COM object with the same functions,
I get the following link errors :
Linking...
LINK : warning LNK4049: locally defined symbol "__strc ...
|
fetch outlook email account info
Sat, 13 Feb 2010 13:06:03 +0530
I need to fetch any e email account name configured in outlook and invoke
the outlook with a file attatched. Like in following code I have hardcoded
the account name("eb") but I need to fetch it programmatically.
TCHAR cmd[]=L"-service \"eb\" -to \"eb81@gmail.com\" -subject \"Photos\"";
CreateProcess(_T("tma ...
|