| Thread | Last Post | Replies |
|
| How to collect a list of file name from a directory | 31 Oct 2004 23:17 GMT | 4 |
Is there an easy way to construct a list of the names of all files whose extension is, for example, .htm in a directory? I've managed to do by searching through all files in the folder and detecting when 'htm' was the extension, but I did so in a rather clumsy manner. Is there a ...
|
| Added recipient does not receive mail - Outlook 2003 | 31 Oct 2004 16:30 GMT | 3 |
I made a simple macro to add recipient in Bcc field, as under: This was working perfect with Outlook 2000. But the same code is no more working with Outlook 2003. The code is as under:-
|
| sending through a specific account. | 31 Oct 2004 10:43 GMT | 4 |
I have a few accounts in outlook. How do I send messages through a specific account, without manually setting that account as default? OR
|
| keeping track of the Bcc | 30 Oct 2004 05:36 GMT | 6 |
Hi Everyone!!! I’m doing some research for a fellow co-worker. He's trying to keep track, using VB, of the content in the Bcc of a message that is sent to someone else. From point A to point B.
|
| Redemption - Embed Images using separate Function | 29 Oct 2004 22:18 GMT | 1 |
I was pointed to the redemption site for some code used to embed images into an email created using .HTMLBody this code shows how to embed a single image into an email. i've been trying to split this code, so that adding more than 1 image is an
|
| date & time message header | 29 Oct 2004 16:19 GMT | 1 |
I travel constantly in Asia and communicate withh offices back in the USA. To avoid time confusion, I have to enter day, date, and time at the top of each message. I would like a 'shortcut' or automatic way to do that. I handle probably 40 emails per day.
|
| ItemSend event fires twice? | 29 Oct 2004 15:49 GMT | 2 |
In the ItemSend event, I add an additional recipient as BCC. But the event will fire again so the additional recipient will be added again and the event just keeps firing. Anything I'm doign wrong here? Thanks.
|
| To change the mouse pointer from Outlook form code | 29 Oct 2004 14:43 GMT | 3 |
I've got a command button on the Outlook command bar launching a time consuming process and want to prompt the user with a message and change the mouse pointer. I've found some help on Sue Moshers "Developer learning center" on
|
| Send mass e-mail from within excel without outlook security messag | 29 Oct 2004 14:30 GMT | 7 |
I want to supress whenever needed the message "A program is tryin to automatically send e-mail on your behalf. Do you want to allow this?" Outlook express has a check box in the "tools\options\security tab" but I have not found anything in Microsoft outlook.
|
| Can I create a wiki-effect in my Outlook Notes | 29 Oct 2004 07:39 GMT | 2 |
Outlook Notes are quite useful, but would be much more so if they were more wiki like. For example, if the first line of a note was in wiki format (ie ThisNote), then that note could be referred to within the body of another note (ie 'see ThisNote') If this was a hyperlink, one ...
|
| search appointmentitem | 29 Oct 2004 05:24 GMT | 1 |
Is it possible to search an AppointmentItem that contains f.e. the Wort "test"(within others) in the subject? thx
|
| How to get the profile name in Outlook Object? | 28 Oct 2004 18:51 GMT | 1 |
In CDO, the profile name is Session.Name. How can I get the profile name in Outlook Object? Thanks.
|
| Add hidden recipient to each mail | 28 Oct 2004 15:40 GMT | 1 |
I use Outlook 2000 and I want add a recipient (CCN) when a mail is sending. I wanna have a copy of each mail sent by the PC and I don't want that the users see it. Is possible?
|
| when using VB Item.Send how can I switch off the Outlook security. | 28 Oct 2004 12:12 GMT | 1 |
When using the VB method 'Item.Send' from Excel in XP is it possible to stop the outlook prompts which require 'Yes' clicks before the mail is sent?
|
| VB6 and Outlook add-on (Newbie) | 28 Oct 2004 05:27 GMT | 1 |
Thank you for your time to start. I was hoping to find some basic instructions to-do the following. What I want to-do is create under a particular folder a set of folders. This list of folders would be auto-generated at start time (Or a context option
|