| Thread | Last Post | Replies |
|
| How to set the meeting organizer? | 31 Oct 2005 19:19 GMT | 5 |
Hi, I'm developping a COM Addin (uses redemption) for Outlook 2000/XP/2003 using C++ and VS .NET 2003. How can I programatically set the meeting organizer of a meeting
|
| Filters in VBA | 31 Oct 2005 14:03 GMT | 4 |
Hi!, i need to do filters with VBA, but, i need to do how is the better wway to do that. i do this code on the bottom. Its Work, but, where for example the emails adress is the second email addres for To field, is a problem. And for
|
| Outlook 2003 Classname | 31 Oct 2005 13:18 GMT | 1 |
Dim olapp As Outlook.Application On Error Resume Next Set olapp = CreateObject("Outlook.Application") If olapp Is Nothing Then
|
| Export contact from Access | 31 Oct 2005 13:17 GMT | 1 |
Writing code to export name, address, other info, etc. from an Access 2003 database into Outlook 2003. Code works fine so far, except for getting info from database into the Notes field on a new Outlook contact. I am creating variables through a command button on screen form in ...
|
| Inspector problem in ItemSend event | 31 Oct 2005 11:57 GMT | 5 |
I am initializing an object of Inspector in ItemSend and doing some processing in that event. If I bypass my line code after initializing the Inspector the compose window doesn't close and it remains there when Send button is clicked.
|
| Application Startup event is no longer being invoked | 31 Oct 2005 09:41 GMT | 4 |
Application Startup event is not being invoked in Outlook 2003. EF is a Public variable in a standard module. Private Sub Application_Startup() MsgBox "Application_Startup"
|
| SendKeys and Outlook Object Model Guard | 30 Oct 2005 11:31 GMT | 3 |
Has MSFT really disabled the ability to use SendKeys with the Outlook Object Model Guard warning using VB/VBA? I've constructed the following example for Outlook 2003. Requires a reference to CDO.
|
| Question Of my code, and General Question... | 30 Oct 2005 11:01 GMT | 2 |
Hi!, here is my code, that i wirte just to move the item from some folders to one folder specified. When i run it, its work, but with the progress bar i just see in my form the progree bar component that work, but the another components (label, and
|
| exporting contacts as vcards with Visual Basic. | 30 Oct 2005 10:03 GMT | 1 |
I couldn't find the Visual Basic 6 forum so I thought I'd put this in here. It applies to Outlook as well. I'm using Visual Basic 6 to develop a form that will export all my contacts as vcard files. It's supposed to save the files to my c:\vcards folder as you should see. But ...
|
| Obtaining SMTP headers | 29 Oct 2005 11:49 GMT | 12 |
I modified the code in MSFT KB article 194870 to choose all messages. I give the code below. I placed the code in a class and added a macro to call the code. However, this causes two messages to appear:
|
| populate subject | 29 Oct 2005 00:48 GMT | 5 |
I have a word template file that is set up for e-mail. I try this code: objDoc.Application.Mailer.Subject = "Email Subject" and it says that it doesn't support the object. It doesn't recognize Mailer.Subject .
|
| Accessing user defined variables? | 28 Oct 2005 22:28 GMT | 2 |
Now I'm trying to access the contents of user defined variables and I'm getting error messages. In this case I have a variable I defined on a public folder calendar called Team. The following code works down to the PatientRecord.UserProperties.Find command at which point I get ...
|
| Press a button on the form from within a macro | 28 Oct 2005 21:52 GMT | 2 |
I have a macro that creates an email item, fills it in and then calls the Item.Display method. I would like it to then open up the "Select Names" dialog. Is there a way to fire that buttons click event from within the macro?
|
| Help with 'A Program is trying to access' | 28 Oct 2005 19:07 GMT | 4 |
Would really appreciate help on this one. Previously accessing MailItem.SenderName or MailItem.To using objNS.GetDefaultFolder(olFolderInbox).Items was fine. Now I simply want to do the same item access using
|
| getNext method? | 28 Oct 2005 18:03 GMT | 3 |
I seem to be having trouble with the getNext method. In my routine I'm simply trying to read out the first 10 entries in my folder. I go to the first record, then enter a for loop and loop 10 times using getNext. Problem is that it shows one record, then the next and then it ...
|