... I don't know if this will work, but try <Cntrl><F5>. In IE, that does an unconditional reload, and I assume Outlook is using the same engine underneath....
Unfortunately, It does not work. It seems the problem is that Outlook is not in the web browser mode, because when I look into the Adress bar, the url says...
I'd like to have Outlook 2003 Calendar and Task reminders to pop up on schedule without having to keep Outlook running on the desktop also. Is loading Outlook...
Hi All Please advise if there is anyway where I can export/convert the rulez wizard in text or excel format. Reasons that we have to record in a spreadsheet...
hi, I am developing a C# application and I want to insert the Contact data from a XML file to Outlook Business Contact Manager. I try all the way that I can,...
The basic procedure for adding a contact to any non-default folder is to use the Add method on the target folder's Items collection. You did install the PIAs...
Hi @all, i developed an custom form based on the appointment item some time ago, now i have to extend it. The problem is when a user uses my form to create an...
Hello @all, i developed a custom form and published it in the Organization Forms library. Can anyone tell me how can i prevent the "access to email" popup? ...
Since we don't know what version of Outlook you're using or what your code looks like, all we can do is point you to http://www.outlookcode.com/d/sec.htm...
Hello Sue, thank you for the fast answer. I'm using Outlook 2002 SP3. My code is sending a mail to an resource's responsible officer. Thank you for the hint. ...
Given an item in a folder (MailItem, AppointmentItem, etc), I need to know whether the item is read-only for me or not. Of course, the simple test is to try to...
If you don't have write access, PR_ACCESS property will be MAPI_ACCESS_READ (2) and PR_ACCESS_LEVEL will be 0. _____ From: outlook-dev@yahoogroups.com...
Hello. New to the forum. I've created some forms in Outlook 2000 for my company (I'm no where near expert though), and have managed to create a lot of extra...
Hi, my name is Keith and I'm working in Outlook 2003. I'm designing a contact form that uses multiple pages and should launch FireFox (which will NOT be an...
Could someone show me how to successfully QI an Explorer object for it's IOleWindow interface, and then call GetWindow(), in VB.NET? This is what I've got so...
You should be able to use either the Outlook object model to access the data as it is exposed in Outlook or ADO.NET to connect to the database directly. The...
Hi Sue. The clutter is on the advanced find window, when using the advanced find FIELD drop-down, and choose the form that is being searched, it lists all...
From which list on the All Fields page in your form design did you delete those fields? You need to make sure they're not listed under the User-defined Fields...
I have seen this many times. After you delete the fields from the form they may still show up on the form until you logout and log back in or clear the forms...
Ahh - that's right. I forgot there are multiple lists. Let me try that. I have a different problem now that I'm experiencing, but I'll open a new thread for...
Scott - I'll try that for sure. Thanks very much. Damian ... form they may still show up on the form until you logout and log back in or clear the forms...
Hello. This is something that just started happening with my Outlook 2000 clients with a custom form we use. It happens with all clients and all users...
My COM-addin contains a form which is displayed when an Outlook command bar button is pressed. However, I want to be able to prevent the outlook application...
Hi sue, Thank u very much for a useful information.. But I face a another problem here.I want to access the BCM database content(Running on MSDE) from my C#...
Hello, I create the message with the text and show it. If the user presses ESC the warning is shown, that the letter has changed. How it to avoid? Thank you. ...
Scenario: I've sent out a Meeting Request to a few people, and in my own calendar is the associated AppointmentItem object. In addition, somebody sent *me* a...