| Thread | Last Post | Replies |
|
| outlook taskItem entryID problem | 02 Dec 2005 13:47 GMT | 1 |
I am creating TaskItem in outlook by using C#. I got the entryID from the taskItem when it was saved. But later after the taskItem was moved to another MAPIFolder by using the TaskItem.MoveTo(folderName), the entryID of the taskItem
|
| spreadsheet simple problem | 02 Dec 2005 13:45 GMT | 7 |
I used a code for locking some Columns , but I having a problem , when I try to run the form comes the pop up msg saing I was supost to have something in line 149 that is the "end function" line. the code is this one: Set pt = XLsheet.ActiveSheet.Protection
|
| DBCS in dialog boxes | 02 Dec 2005 13:41 GMT | 3 |
I'm trying to use DBCS values from the Contact record to populate a dialog box presented to the user. The DBCS characters are displayed correctly in the Contact form. But when presented in the dialog box, all I get are "??" displayed where the characters should be. When we
|
| Code to create "Keep In Touch" Tasks | 02 Dec 2005 09:22 GMT | 3 |
I'd like to automate the process of remembering to keep in touch with people. I've added two user-defined fields to my Contacts folder: Frequency (Integer) and Last (Date). The frequency field I use to code roughly how often I should try to keep in
|
| Setting Account for Mails | 01 Dec 2005 23:20 GMT | 6 |
I'm trying to send a mail using Word-VBA using Outlook. But I have to use a special account (German: Konto) (not my default mail address). This account already exists in Outlook, and it does send and receive mails, and it can be selected using the "Account"-Button when creating a ...
|
| Turn on rule via VBA | 01 Dec 2005 16:40 GMT | 2 |
Good morning (GMT) gurus, A quick question regaring rules. Is it possilbe to turn rules on/off via VBA? I have 6 set up via the rules wizard but I need to be able to control 1 of
|
| how to write a simple help document for the COM Addin | 01 Dec 2005 15:45 GMT | 2 |
I have almost finished the first stage of my outlook COM Addin project. Now I need to put a simple help document to let the user know how to play with the little toy. I have no experience on how to write the help document. I just would like to
|
| how to track which item is removed? | 01 Dec 2005 14:47 GMT | 3 |
Hi, In one of the outlook.items collection object's Event handler ItemRemove(), it does not return back the item to be removed. Is there a way to track the information of the item to be removed from a certain folder? Thanks in
|
| Create a meeting in calander from Excel VBA | 01 Dec 2005 12:52 GMT | 1 |
I have the following code to schedule a meeting in outlook from Excel VBA. The meeting is schedule and the optional attendee is in. I also get the security warning that alert for sending the email, but the recipient will not get the invitation. Any help?
|
| Search through calendar for items with attachments | 01 Dec 2005 10:25 GMT | 2 |
We have a significant number of items created in our calendar by a third party application, each item has an attachment with the extension .att. We have stopped using the third party app are starting to use a new system. The problem is that we have many items in each users Calendar ...
|
| how to delete the custom menu bar | 01 Dec 2005 07:53 GMT | 3 |
I have add a custom menu bar and several menu items to the outlook 2003 at the time that COM Addin is loaded. More specifically, the menu is added in the OnConnection() method of the IDTextensibility2 interface. However, even after I uninstall the COM Addin, the custom menu is ...
|
| Exiting a userform (vba) in outlook | 01 Dec 2005 07:30 GMT | 1 |
when I want to exit a form, what is the legal and best way to do it? (hide? unload?) thanks, Yonina.
|
| Excel and Outlook Calendars | 01 Dec 2005 00:11 GMT | 2 |
I am writing a procedure in VBA, in Excel that will pull the appointment information from Outlook to Excel. What I also want to do is pull the account name from Outlook, so I know who is working on the excel sheet, since not everyone has set their properties the same. I can't ...
|