Description:
Microsoft 32-bit development newsgroup.
|
|
|
Outlook add-in toolbar and ribbon custom icons
|
| |
Hi!, can someone please advise how do I add custom bitmaps to buttons on a toolbar / ribbonbar? This is what I do for the toolbar: HBITMAP hBmp =(HBITMAP)::LoadImage(_Module. GetResourceInstance(), MAKEINTRESOURCE(IDB_BITMAP),IM AGE_ICON,0,0,LR_LOADMAP3DCOLOR S); // put bitmap into Clipboard ::OpenClipboard(NULL);... more »
|
|
Create a MAPI message as per MIME content
|
| |
Hi All, I have a sample MIME from a message sent by 3rd party application and i want to create same kind of message using MAPI. The sample MIME looks like: ...To: us...@xyz.com Message-ID: <841206628.141259068002052.Jav aMail.r...@xyz.com> ...MIME-Version: 1.0 Content-Type: multipart/alternative;... more »
|
|
Open IMessage in edit view
|
| |
Hello, i'm searching for a way to open an existing IMessage in Outlook, for example an Appointment. Is there a way to do this. Or must i convert the IMessage to an AppointmentItem. If it is the case then can you describe me how to do that. Greets Hans
|
|
Programtically access and modify Send/ Receive settings
|
| |
Hi Experts, Is it possible to access and modify Outlook Send/Receive setting programtically ? I have looked for answers unsuccessfully on web. It does not seem to be stored neither as part of the Folder properties or profile properties. Any suggestions and pointers would be highly appreciated. Thanks,... more »
|
|
Strike-out subject of an appointment
|
| |
Hello, i've got the question if it is possible with extended Mapi to change the subject on an appointment from normal to striked out. I mean the same way if you delete a IMAP message. Then the subject is striked out and the whole message is greyed. Looking forward to your answers Greets Hans
|
|
Simple MAPI deprecated?
|
| |
Hi to everybody. I saw that "simple MAPI" API may be removed from future releases of Windows. There is a reason? There will be a substitute? Now I use simple MAPI to send mail from my software through the default mail client. My customers use MS Outlook, Outlook Express, Windows Mail, Eudora, Thunderbird and all of these now are working... more »
|
|
Fails to open Embedded Message with error 0x80004005
|
| |
Hi There, We have Email Archive application which will continuesly fetch the email from Journaling mailbox. Envelope Journaling is turned on and thus all the messages are embedded attached messages. The application is working for some time and we are able to process the embedded messages. At one point/time MAPI call... more »
|
|
PKI certificates and MAPI
|
| |
Hi, If a PST file has a PKI certificate associated for encryption, how does one establish a MAPI session that has the PKI certificate info passed to the session? Is this a session-level setting, or is it part of MAPI Profile creation? Which MAPI user call do I need to examine/study for how this can be... more »
|
|
Discover if the selected folder is a mail folder
|
| |
Hello, i want to discover if the selected folder is a mail folder. Therefore i had a look at the Properties of the IMapiFolder with OutlookSpy. For example in a Contactfolder there is the property PR_CONTAINER_CLASS IPF.Contact But in mail folders i can't find anything which leads to the conclusion that this is a mail folder.... more »
|
|
MAPI_E_FAILURE
|
| |
I have a simple MAPI interface that has been working for years. The user has the option to open a send e-mail form. The open form works fine for some installations of Outlook but not others. Here is the C++ code flags = MAPI_DIALOG ; error = lpfnSendMail( lplhSession, (ULONG)handle, &messg, flags, 0);... more »
|
|
|