| Thread | Last Post | Replies |
|
| How to create a profile? | 29 Feb 2004 12:43 GMT | 3 |
I have a ost file with outlook calendar stored in but i don't want to install outlook. Can I create a profile and register ost file to it? Who can tell me what should I do?
|
| "Please wait while Microsoft Outlook Exits." hell | 27 Feb 2004 20:30 GMT | 3 |
I'm going nuts here with Outlook 2000 hanging on exit. Every time it stops on "Please wait while...". OL XP and 2003 work fine on the same mailbox. Other mailboxes work fine with OL 2000. There is no problem with OL 2000 running in IOM.
|
| How do I create two In-Boxes or Two profiles in Outlook | 26 Feb 2004 21:35 GMT | 1 |
Hello, Please excuse my naivety on the topic. Ok how can I view/operate the same attributes that are on one Outlook Profile such as: Inbox, Calender, Contacts, ..etc , but
|
| [Redemption] Failed To Resolve SafeRecipients In SafeAppointmentItem | 25 Feb 2004 20:40 GMT | 9 |
I am developing an Outlook addin using Redemption. I am trying to add recipients to the Outlook AppointmentItem as follows: Dim oSafeAppointment As Object Set oSafeAppointment = CreateObject("Redemption.SafeAppointmentItem")
|
| Problem with references in Office Xp Developer designed Addin | 25 Feb 2004 17:24 GMT | 4 |
I have been developing an Outlook Addin using the MOD addin designer. I want to be able to use the addin with Outlook 2000 and 2002. The problem is, I am having issues with the object library references, since the user with
|
| Outlook + redemption | 25 Feb 2004 07:33 GMT | 2 |
Hi I have a problem when i loop thru recipients collection of Redemption.SafeMailItem in .net. In this code for(int intK=0;intK<rMailItem.Recipients.Count;intK++)
|
| bug with .NET/Redemeption while accessing Redemption Recipients colln in .NET - pls clarify | 25 Feb 2004 07:27 GMT | 2 |
Recipients collection is not working properly in .NET. dont know whether the bug is with redemption/NET. Even when i loop thru it displays the first address every time. for(int intK=0;intK<rMailItem.Recipients.Count;intK++)
|
| folder entry IDs, CDO and cached exchange mode ol2003 | 24 Feb 2004 18:59 GMT | 4 |
Thanks to Siegfried Weber and others, we have been using CDO/Outlook to access and enumerate folders of type, IPF.Contact to dump lists of addresses to an external program. But using Outlook 2003 in cached exchange mode, no folders are returned and
|
| Commandbarbutton refresh/repaint problem | 24 Feb 2004 16:43 GMT | 1 |
I am trying to enable/disable several buttons on my own command bar. The enabling/disabling works but the graphics of the buttons do not change to the enabled/disabled state. Is there a way to force a repaint/refresh of the commandbar buttons?
|
| Add-IN Property Page | 24 Feb 2004 16:05 GMT | 2 |
I have created an add-in that adds a property page to the Tools/Options menu. When ever I pick Tools, and then Options, the property page tab shows up but the tab is empty. The controls, text box and command buttons, are
|
| Load and Unload Behaviour | 24 Feb 2004 08:10 GMT | 1 |
i have written an addin in VC++ to add a new button in the Standard Toolbar of the Inspector Window-the window which appears when u double click on the message in the inbox.The button is added successfully but as soon as i
|
| Outlook Redemption causing "Error '429' ActiveX component can't create object"? | 24 Feb 2004 07:53 GMT | 12 |
Has anyone run into this before? I am using vb6, Office 2000/XP. It only happens on some pc's, and there appears to be no obvious similarities in the setup of the offending pc's. The problem occurs here...
|
| Hidden-Folder-Items with Redemption with VC++ | 24 Feb 2004 06:22 GMT | 2 |
i try to write a new hidden item with redemption. But i get only an empty new item, there are no propertys filled. As you can see in my testcode. The first time the code runs, i create a hidden-item. if i run the code again, i check the hidden items and
|
| iterating folder collection | 23 Feb 2004 03:51 GMT | 2 |
when i try to browse thru all the folders in outlook recursively starting from the root folder, i couldnot explore the USER FOLDERS which comes straight under root folder. Wot is the problem,
|
| Redemption + SenderID of a mail item | 21 Feb 2004 17:32 GMT | 1 |
Hi I ma trying to get mailid of the 'from' address in .NET. When i try to access mailitem i could only see 'senderName' available both in Outlook mailitem and Redemption. No senderid.
|