|
|
|
CFG File
Fri, 6 Jun 2008 15:15:24 -0500
Hi,
I have a custom form and I am looking for documentation for the *.CFG files.
Does anybody know where there is any documentation for all of the options
possible for a CFG file?
Thanks,
Tom -
...
|
Attachment properties?
Thu, 05 Jun 2008 00:56:41 +0530
What are properties that needs to be set for attachment when attaching a
file to a message? The file resides on the local file system
I am using Extended MAPI.
Regards,
Raj Mathur ...
|
windows mail contact
Tue, 3 Jun 2008 21:37:01 -0700
Hi,
I need to use windows mail contact( ICantact interface ) to get all the
contacts details. I can easily get the Name Collections.
I query the IContactProperties interface using IContact interface.
Using IContactProperties interface i get all the name and email address.
How to get phone number li ...
|
Preview Window not displaying in Outlook 2003
Tue, 3 Jun 2008 13:22:23 -0500
Hi All,
I posted this in the Outlook Addins group and I thought I would also post
this here because it was a little bit more low level.
I have a private message store that has it's own inbox and private message
class. The inbox folder displays all the messages properly within the intray
list; but the previ ...
|
Obtaining named property values as Unicode
Mon, 2 Jun 2008 12:31:53 -0700
For main line properties, such as PR_SUBJECT, you can obtain the Unicode
version
of the data by asking for PR_SUBJECT_W. How can I do the same when using
named properties (such as the "Location" in the calendar, ID=0x8208) that
are
obtained using GetIDsFromNames() and GetProps()?
...
|
Message stays in outbox
Mon, 02 Jun 2008 21:46:08 +0530
HRESULT MAPISendMail(ULONG ulWindowHandle, LPCTSTR lpwszProfileName,LPCWSTR lpwszToList, LPCWSTR lpwszCCList, LPCWSTR lpwszBCCList, LPCWSTR lpwszEmailSubject, LPCWSTR lpwszEmailBody, LPCWSTR lpwszAttachmentFileName, LPCWSTR lpwszFiller1, LPCWSTR lpwszFiller2, LPCWSTR lpwszFiller3, LPCWSTR lpwszFiller4, LPCWSTR lpwszFil ...
|
Create an Message only window
Fri, 30 May 2008 17:03:24 +0200
Hi everyone.
i have some trouble receiving message from a "message only window". I
have a application build with QT and because of some missing feature, i
need to get some additional window messages. Because of don't knowing if
i want to build my whole application with QT, i want my messaging system
indep ...
|
|
|
Error submitting message
Thu, 29 May 2008 21:37:47 +0530
Hi,
I am trying to send mail by extended mapi.
For that I am opening outbox, creating a message in it then save it and
finally sends it.
However, when I try to send the message I get Access Denied error.
IMessage::SendMessage fails with error code E_ACCESSDENIED
The message is left in the outbox and nev ...
|
edk.h??
Thu, 29 May 2008 19:54:46 +0530
Hi,
Earlier, for MAPI programming I used Visual Studio 6.0, but now I use VS
2005.
The problem is that with VS 6.0, the header file edk.h (the libraries
for it) used to come, which has declaration for functions like
HrMAPIFindDefaultMsgStore
HrMAPIFindStore
and many more
but I don't see this anywhe ...
|
Impact of using MAPI_NO_CACHE flag
Wed, 28 May 2008 10:57:01 -0700
Hi,
I have an implementation of a MAPI Message Store Provider(Its a
wrapper on Microsoft PST Provider) which is part of a MAPI Service
addin on microsoft
outlook. The Message Store Provider handles both Mail and Calendar
components in outlook.
Recently I had an issue with pop-up reminders flashing on the scr ...
|
|
|