|
Using MAPI Properties
|
| |
I'm writing an Outlook Add-in to link calendar appointments with room bookings in our room and resources booking application. I need to store a room booking reference with the calendar appointment so that if they move or delete the appointment I can move or delete the room booking. I don't want to use the outlook item user properties as this makes the... more »
|
|
Flushing child process' inherited std output
|
| |
Hi, I have a child process with inherited standard output. The child process's standard output is not flushed regularly or on proper time. I have no control over the child process, it's a 3rd party exe. How can I flush the output of this child so that I can read whenever there is something? The only flushing function I remember from child hood days is fflush,... more »
|
|
Second call to IMAPISession::SetDefaultStore gets stuck
|
| |
Hi, I have a outlook profile in which exchange store is not the default store. I am copying this profile using IProfAdmin::CopyProfile and then calling IMAPISession::SetDefaultStore . This works fine the first time in an application. I am also able to login to the new profile and send email. If this is repeated/done again (copy the profile and change the default... more »
|
|
Is CDOSYS yes or no broken on Vista?
|
| |
The following script doesn't work on Vista but works perfectly fine on XP. On Vista, the error is 0x80004002, "No such interface supported". set msg = CreateObject("CDO.Message") set conf = CreateObject("CDO.Configuratio n") set msg.configuration = conf msg.newsgroups = "microsoft.public.test" msg.from = "f...@bar.com"... more »
|
|
Please vote for public MAPI symbols
|
| |
Hi MAPI developers, if you ever had the need for public MAPI and Microsoft Office/Outlook debug symbols to make your debugging of Outlook-Extensions, COM-Addins and ExMAPI apps easier, please vote on Microsoft Connect. Up to now Microsoft says there is not enough need for public symbols and the cost to provide them is... more »
|
|
Property tags for Configuring a Message Service
|
| |
Hi, I am creating/configuring a exchange account using the IMsgServiceAdmin::ConfigureMsg Service The call succeeds if I try to configure an exchange server which is on a local network and I use only the server name & the mailbox name (just the usual way). But if I try to configure one for an exchange account (in RPC over http)... more »
|
|
Outlook reports error even when connected
|
| |
Hi, I have registered for the sync callbacks - OnError/SyncStart/SynEnd/ Progress. MSDN and blogs suggest that we cannot and will not receive callbacks for syncs that have been started manually or automatically after xxx mins. However, my findings are different. I am able to get callbacks for syncs/send&receive that are started through outlook UI. There are some... more »
|
|
How can i set the tag property with the Outlook Field?
|
| |
Hello, I am trying to do an aplicattion that exchange my e-mails, task, contacts from my server (Exchange 2003). I am using the Visual Studio 2008 (C# language) and my app client is a PDA (pocket pc). Using the protocol MAPI i have all TAGS from my exchange server and i have also all fields from pocket Outlook (All fields from Contacts, Task,... more »
|
|
SyncObjectEvents
|
| |
Hi, Can anyone tell me how I can register for these events? I am programmatically starting a Sync and would like to be notified of the error events. I know there is an OnError call back but don't understand how to register for this call back? Thanks Raja
|
|
Enabling free/busy lookup
|
| |
I've got an application that creates calendar entries in Outlook using MAPI. When adding attendees (recipients) how do I configure their properties so that Outlook will update the free/busy info for them, when the meeting is opened? How does it do the match - based on display name, email address, or something else?... more »
|
|
|