| Thread | Last Post | Replies |
|
| setting appt in multiple Outlook Calendars from Access | 22 May 2008 07:14 GMT | 3 |
Hi, I am using vba with Access 2007 to add appointments to an Outlook 2007 Calendar. This is working fine when I add the appointment to the main Outlook calendar. However, I have 4 different calendars in the one Outlook, and I want to be able to choose which outlook calendar I add ...
|
| Why will this code just change subject to only the fist selected item? | 21 May 2008 23:21 GMT | 11 |
Why will this code just change subject to only the fist selected item? For x = 1 To myOlSel.Count myOlSel.Item(x).Subject = strProsjektnrnavn & myOlSel.Item(x).Subject 'ad a prefix in subject
|
| Outlook with VB 2005 | 21 May 2008 19:05 GMT | 2 |
I have the following question: I need some help with automating outlook 2003 using vb 2008 express. I want my applicationt to send out emails to a set group of users. I am looking for some KB articles, is there any good links you can point me to? I have
|
| Outlook 2003/2007 differences | 21 May 2008 19:03 GMT | 2 |
This code: Set Iexplr = New InternetExplorer With Iexplr .Visible = False
|
| Change in subject shows only after I select another e-mail | 21 May 2008 16:29 GMT | 1 |
I have written a code that changes the subject of item (prefix). It works fine, but the change in subject shows only after I select another e-mail. How can I see the changes in subject without choosing another e-mail?
|
| custom action: save or delete email after sending | 21 May 2008 16:27 GMT | 16 |
Hi. I would like to create a custom action that pops up a message box on sending an email. This will ask me whether I would like this saved to my sent items folder or not. This will make organising my sent items much easier later on. Any ideas...?
|
| routine to check for Outlook email | 21 May 2008 14:46 GMT | 2 |
I am new to vb 2005 express and outlook. Everyday my group receives an automated email from another group with a specific subject line. I am trying to write a small app in vb 2005 express to check the inbox for any new incoming mail with that specific subject line, say every 30 ...
|
| Strip illegal character from filename | 21 May 2008 09:33 GMT | 6 |
Is it possible to do this with less code? EmneRensket = Rensket(Emne, ":") EmneRensket = Rensket(Emne, ";") EmneRensket = Rensket(Emne, ".")
|
| Script/Utility to configure outlook | 21 May 2008 02:33 GMT | 3 |
i'm looking for a way to create the users outlook profile and configure both SMTP/POP3 and/Or exchange settings. can someone point me in the direction of where to go to figure this out? i'm coding in VB.Net, but can do C# or vba (though i'd prefer vb.net)...
|
| Send Word doc attachment | 20 May 2008 16:41 GMT | 3 |
I'm a super novice with VBA, so please bear with my lack of knowledge. :-) Using Word and Outlook 2003, and thanks to code offered in previous discussions here, I have a Send Form command button on a Word form that opens an Outlook message, pre-addressed, with a body text ...
|
| Address lookup doesn't work when adding to outlook address book | 19 May 2008 19:53 GMT | 2 |
I have a routine below that adds contact folders and subfolders to the outlook address book (see below) however when I type a partial name and check names it doesn't resolve- I have to click the To button and find it. If I add the folders to the outlook address book manually the ...
|
| Access to Outlook data files | 19 May 2008 12:59 GMT | 3 |
We archive old email in PST files to get them off exchange. if a user has several mailbox's open it's no problem to get access to their folders via GetSharedDefaultFolder, however if a user has an outlook data file open (PST) i can't see a way to get access to it via ...
|
| Redemption & Outlook | 17 May 2008 17:19 GMT | 1 |
Does anyone have experience where Redemption is automatically adjusting for the new daily savings time?
|
| Outlook Redemption - Text Only | 17 May 2008 17:09 GMT | 7 |
Im using the code below, but need to ensure that the mail is sent as Text only with no HTML included. What do I need to change please? Regards
|
| How to decide if an Outlook message is created by New/Reply/Forwar | 16 May 2008 21:26 GMT | 6 |
How to decide if an Outlook message is created by New/Reply/Forward in VB? What I'm trying to do is to list all open outlook messages created by New/Reply/Forward, which are suppose to be sent out. Thanks.
|