| Thread | Last Post | Replies |
|
| Enabling prompt dialogs | 31 Mar 2007 17:33 GMT | 2 |
If I want to force prompt dialogs after a user selects "Do not show this again" checkbox, where would I do this with VBA? Can it be global, or do I have to do it for each section, such as the Reminder dialog when canceling reminders/ Journal dialog prompt/ etc.
 Signature Thanks, Dennis
|
| problem using Parent property of MailItem | 31 Mar 2007 09:39 GMT | 4 |
hello, what i'm trying to do is moving the MailItem just sent to appropriate folder if needed. but before that, i need to check from which folder the mail was sent. using following code, the returned parent folder name is always "inbox" no matter which folder the mail
|
| Linking Tasks to Appointments... | 30 Mar 2007 22:04 GMT | 3 |
Outlook Version: 2003 Hello, I have a collection of tasks I'm assigning to a collection of appointments, each task can be assigned to one or more appointment items depending on work
|
| Changes by an RDO-Item only applies after Outlook restart | 30 Mar 2007 21:34 GMT | 6 |
with this code With objItem strSubject = Trim(.Subject) strEntryID = .EntryID
|
| cant beat slow contacts problem | 30 Mar 2007 21:31 GMT | 2 |
I have the following code that gets my contacts from outlook and lists them in a listbox on a form to select one. My problem is i have about 1000 contacts and it takes a while to load,
|
| Slow to load contacts! | 30 Mar 2007 20:35 GMT | 2 |
I have the following code that gets my contacts from outlook and lists them in a listbox on a form to select one. My problem is i have about 1000 contacts and it takes a while to load, then when i close the userform it then takes the same time to unload.
|
| Accessing mailbox with outlook library | 30 Mar 2007 19:18 GMT | 7 |
I try to access mailboxes with the outlook library. But I cannot access mailboxes, which are not stored in a local mail profile!! I tried it with the namespace object, but it didn't work.
|
| Saving sent email to a Personal Folder | 30 Mar 2007 18:12 GMT | 3 |
I am sending email from Access and would like to save the emails in a Personal Folder and not the Sent Items folder. Is this possible?
|
| CDO Loop problem - Fix could be useful for many people. | 30 Mar 2007 17:08 GMT | 2 |
I have code that works for what I am doing but I need some help cleaning it up. I am calling this procedure from a button on an Access form. When the user clicks the button, the procedure loops through all of the inbox mail and compares the sender addresses to the
|
| SaveSentMessageFolder Read Only when Sending Appointments | 30 Mar 2007 15:42 GMT | 2 |
I use the following macro to automatically select a folder to save every message that I send out: Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean) Dim mySpace As Outlook.NameSpace
|
| Creating forms via Add-Ins | 29 Mar 2007 23:17 GMT | 3 |
Outlook 2002 and above. I am writing my first Add-In for Outlook. Using VS 2005 and the Extensibility project. I am not using VSTO.
|
| Next and Previous Inspector events | 29 Mar 2007 21:24 GMT | 1 |
Outlook 2002 and above. VS 2005 No VSTO Developing in C# (can't find a C# forum instead of VB)
|
| Change filename | 29 Mar 2007 21:24 GMT | 17 |
in this post http://groups.google.com/group/microsoft.public.outlook.program_vba/browse_threa d/thread/d75ab312ad3cec52/?hl=de# I changed the conversationtopic because I thougt this is the name the file is stored in the Outlook folder. Now I found out that this has nothing to do with ...
|
| code to bypass security | 29 Mar 2007 20:22 GMT | 5 |
I am running a macro in excel that email merges through Outlook 07. I would like to find code to avoid getting the "a program is trying to access email address information stored in Outlook" message. Is there such?
|
| Error Handling | 29 Mar 2007 20:22 GMT | 2 |
My script runs through a list of computers and performs a check. On a few computers I get the following Error: Permission denied: 'Get Object' Code: 800A0046
|