I added a fifth phone selector field under the four that are on the Contacts/General tab and published it to the Personal Forms Library. Using this form I can...
Hello, In previous versions of Outlook one could link a public journal folder to a contact folder. Then, clicking on a contact and going to the Activities tab...
There are many, many reports of this problem and no workaround yet. If you have a retail version of Office or a support contract, I'd suggest you file a formal...
Hi, Sue -- Thanks for taking the time to respond to my note. Our very simple environment has only the Exchange "Organizational Forms Library" for serving...
I hope you can help me on this: I wasn't thinking for a moment and changed ipm.contact to ipm.dialoger instead to ipm.contact.dialoger. Is there any way to ...
The process is the same as you've probably already done: Run code to iterate the items, change the MessageClass value to "IPM.Contact.Dialoger," and save each...
This macro automatically adds a reference no in each mail sending from outlook. The first mail will get reference no.1 and sub sequent mails have the reference...
I hope you can help me on this: I wasn't thinking for a moment and changed ipm.contact to ipm.dialoger instead to ipm.contact.dialoger. Is there any way to ...
Hello, i'd like to extend the message view in any outlook client version. Not only should it should the defaults of Subject and From etc. but also a specific...
The headers are all stored in a single property (PR_TRANSPORT_MESSAGE_HEADERS) and would have to be parsed out of that property, including any x-headers. The...
It may be possible to use Addin-Express and their ADX controls to add the info into a top bar, I am sure you can add it to the preview pane and also to open...
Thanks for the reply. I read that it is bad practice to replace the default form with a custom one. Does this also affect my case when i only want to change ...
thanks for your reply, i'd saw addin-express earlier and the demonstration video looked promising. However for the simply case of the program i dont really ...
Unless you plan to distribute your Redemption code Redemption is free for personal use. It only costs if you intend to redistribute the Redemption library. Ken...
Internet headers are there for emails that come in through the Internet. If you're on Exchange and an external email comes in it will have the headers. An...
We've all seen the standard "how do I get the SMTP address of an Exchange user" queries and answers. I have all that stuff working fine. But I am poking at one...
Take the value of the corresponding entry id (Email1EntryID - use MAPI, OOM returns a binary string rather than hex from ContactItem.Email1EntryID) and use it...
Hmm, that sounds like a good idea. At the moment it looks like we're going to document this as a "known limitation" for now because it's only one customer...
Use PR_ENTRY_ID from recipient in recipient table. This gives you the entry into personal address book, this entry does not have all the fields, retrieve...
I have a custom form saved to a public folder. I'd like to make it more convenient by making it a toolbar button. I don't know how to write macros. I know that...
We have created an application in Outlook2003 (placed inside the VBAProject.otm file) In the program we have been using the DateTimePicker (mscomct2.ocx) Now...
... Unable to cast COM object of type 'System.__ComObject' to interface type 'MAPI.AppointmentItem'. This operation failed because the QueryInterface call on...
Rory A. Apperson
rapperson@...
Sep 7, 2007 6:50 pm
27267
Using .NET and CDO is cumbersome at best, as the .NET environment is strongly typed and CDO is, well, CDO. I have punched thousands of lines of CDO in VB6,...
I'm working on a problem I can't seem to get a handle on, and maybe somebody has an idea. It's an Outlook COM add-in in .NET (no VSTO or anything), designed to...
This is a known CDO 1.21 problem - it only returns MAPI.Appointment from the default Calendar folder when you loop through the folder items or (in case of...
Hi all, I am developing a snippet for extraction of msg propeties, I am using outlook 2003. Now my problem is the current mapi_utils does not extract the ...