Cant Create New Message inside Personal Folder
Tue, 1 Apr 2008 03:29:33 -0700 (PDT)
Hi there,
I was trying to create a new message inside root folder "Personal
Folder".
I want to copy selected message from one PST file to another PST file.
I have opened two session and every other thing. I have initilized
mapi only once.
When i tried to create new message inside the "Personal Folder", it si
...
|
Active profile name?
Mon, 31 Mar 2008 17:52:26 -0700 (PDT)
Where in the OL object-model can I find the active profile name?
I see Application.DefaultProfile, but nothing with the active profile
if it's not the default, under Application, Session, or anywhere
else...
thanks ...
|
MAPI_E_AMBIGUOUS_RECIP Error in ConfigureMsgService API Call
Mon, 31 Mar 2008 09:04:07 -0700 (PDT)
We are facing problems in ConfigureMsgService API when similar user
names exist in the Exchange server.
e.g. Following 4 users exist-
new4
new41
new42
new43
In code, we use-
rgval[0].ulPropTag = PR_PROFILE_UNRESOLVED_NAME;
rgval[0].Value.lpszA = "new4";
This gives MAPI_E_AMBIGUOUS_RECIP error.
O ...
|
Create PST file Programatically
Sun, 30 Mar 2008 13:52:30 +0545
Hi,
I want to create a PST file programatically using MAPI.
Which Method does it.?
...
|
MAPI_E_LOGON_FAILURE
Fri, 28 Mar 2008 08:27:00 -0700
I have a MAPI application that is using Simple MAPI. The mail box that is
used by the application was moved from a Exchange 2000 box to Exchange 2003.
The application has quit working and we are currently recieving a logon
failure error.
The application worked for about 2 hours after the migration and quit
...
|
IPM.Note.SMIME.MultipartSigned
Wed, 26 Mar 2008 13:56:12 -0500
What are the best practices for reading messages of type IPM.Note.SMIME.MultipartSigned?
I am unable to read the original file attachment and instead read in some other
file. This file is a file in mime format I suspose with the original file attachment
base64 encoded I suspect.
MFCMapi does not show the corre ...
|
IMsgStore::Advise
Wed, 26 Mar 2008 16:48:51 -0000
Hi Guys
I have a question about the following article on MSDN:
http://msdn2.microsoft.com/en-us/library/ms528949(EXCHG.10).aspx
"Notes to Implementers
You can support notification with or without help from MAPI. MAPI has three
support object methods for helping service providers implement notification: ...
|
|
|
How to get mailbox feature through MAPI
Tue, 25 Mar 2008 17:55:28 -0700
Hi
I have question about MAPI, could we get the mailbox feature setting of each
mailbox? like if the mailbox is enable Unified Messaging or not?
Thanks.
leslie
...
|
Outlook Exchange Transport Protocol
Mon, 24 Mar 2008 17:58:14 -0500
Outlook Exchange Transport Protocol
Anyone here (would you still be here?) looked into licensing this from Microsoft?
How different is this from using Extended MAPI?
...
|
MAPI CopyTo message fail
Mon, 24 Mar 2008 03:55:00 -0700
I am working in VC++ 6.0 and MAPI. I am using a script to send messages to
the users and will be sniffing the user's mails and will be putting into
another common mailbox. I am sniffing around 1000 users mail box at a stretch
and putting their mails into common mailbox using CopyTo function. The usage
of Cop ...
|