| Thread | Last Post | Replies |
|
| ActiveX component can't create object | 01 Sep 2006 00:31 GMT | 12 |
I'm trying to send a message in Outlook that originates from a Word file but I get the message that "ActiveX component can't create object" on the first line of code from the following macro. (I am running Office 2003 and have the most recent Outlook, Office and ActiveX object ...
|
| Evault custom form & preview pane code | 31 Aug 2006 18:51 GMT | 3 |
I'm trying to write a custom form which allows users to perform some tasks before sending. My problem is however that because the form does stuff on startup, recipients get the preview pane active scripting error.
|
| VBScript to map additional mailboxes | 31 Aug 2006 18:02 GMT | 3 |
Hi, does anyone know how to create a VBScript that will map an additional mailboxes, based on their AD group membership. Just need the code to actually map the additional mailbox into their Exchange profile.
|
| Sending an attachment to Outlook Express from ACCESS | 31 Aug 2006 17:17 GMT | 1 |
Hi - I'm trying to attach a comma-delimited output file created from ACCESS to an email message to send to a supplier. Someone at the ACCESS newsgroup suggested the following code: Public Sub SendMailCDO(ToWHom As String, FromWhom As String, Subject As
|
| Automatic Email Reply with Attachment | 31 Aug 2006 17:08 GMT | 1 |
Here is my problem: Our department had daily reports that we ran everyday and sent through the email, now because the reports have grown over time with enhancements and tracking more data they are too big to distribute
|
| schedule task failed using VB in outlook2003 | 31 Aug 2006 17:05 GMT | 1 |
I have write a VB script to send a Email. (using redemption as workaround for Security Patch) It works when I execute it directly. But when I put it into a WinXP scheduler, it display "Error in
|
| Time | 31 Aug 2006 14:47 GMT | 1 |
I have reviewed the MS Outlook VB Reference. Are there any Time information property available for MailItem ? only ReceivedTime is relevant to Mailflow. Actually, I was trying to look for some useful time info e.g. Mail
|
| Using Restrict on recurring appointments with Exceptions deliveries wrong results!!!! | 31 Aug 2006 08:59 GMT | 8 |
I used the following code to get the appointments from a defined time period. strRestrict = "[Start] >= '10.01.2006 00:00'" items = objFolder.Items
|
| Capture selected text | 31 Aug 2006 05:44 GMT | 1 |
Frequently I receive email which contain reference numbers to records in a database. The references are in the subject or in the body of the email. Now I select these numbers and copy them, go to another application, paste the number and lookup the record.
|
| Getting the sender's e-mail | 30 Aug 2006 05:46 GMT | 7 |
I know there is no way to get the email address of the sender in the Application_ItemSend method. I want to automatically bcc a copy of every email sent from Outlook to some email address. I have the codes for that from
|
| Problem with ItemSent event | 29 Aug 2006 14:43 GMT | 3 |
I am writing an outlook plugin for saving emails I send and receive. For some reason, after a while, the ItemSent event stops and the delegate doesn't get called when emails are sent. Any ideas why does that happen? What could be done to prevent it from
|
| Schedule Outlook Retrieve Mail | 29 Aug 2006 14:41 GMT | 3 |
Is there a way to program/schedule the Outlook such that even when the user doesn't log on, i.e. leaving the PC switched on without logging in, Outlook will still retrieve email from the email server every 30 minutes?
|
| Attachment Error Message within Outlook | 29 Aug 2006 14:10 GMT | 1 |
I have a VB macro that was written in MS Excel (97) which automatically takes a selection of data and sends it to MS Outlook as an attachment to be emailed to the intended recipent. When the send button within outlook is clicked the following error message
|
| Rule that runs an script that should call an SQL Server sentence | 29 Aug 2006 07:25 GMT | 2 |
Hello all, I made an script that runs with a rule and I would like to get database info from SQL server DB (not from an Access DB). I've added Microsoft DAO 3.6 Object LIvary reference to be able to get the info. So I wrote the following data but without thinking that will not ...
|
| Outlook Macros that parses and moves to a folder | 29 Aug 2006 06:34 GMT | 1 |
Hi I am new to programming macros for Outlook however I am familiar with VB. I am trying to write a Macro that searches the inbox for a specific email address and moves it to a folder. Something that does this:
|