| Thread | Last Post | Replies |
|
| can outlook do the broadcasting mail? | 30 Apr 2006 21:46 GMT | 1 |
|
| writing a macro to throw emails that contain pictures to trash | 30 Apr 2006 09:12 GMT | 1 |
i have been getting a lot of spam lately that is consistently of the same form. i keep on getting emails from different people with different email addresses and different names. the one thing that is common is that the body of the email is a picture of text, not text itself. ...
|
| SaveAsFile - save as subject line instead of DisplayName | 30 Apr 2006 08:54 GMT | 1 |
I am trying to save attachments using the SaveAsFile macro and I would like it to save the file as the subject line instead of the DisplayName. Is there a way I could do this? Also, how can I modify my macro to print and save multiple attachments at
|
| Outlook events will not fire | 28 Apr 2006 16:12 GMT | 2 |
I got the weirdest of problems. I'm using VBA in Outlook 2003 to trap incoming mail. Yesterday I had some code using Application_NewMail() working perfectly. This morning the code does not execute because the event doesn't fire. I
|
| export public contacts | 28 Apr 2006 06:09 GMT | 4 |
Dear, i would do a macro for export contacts stored in public folder but i could not find a suitable vba method to do it. any help? thank you very much
|
| Delete Excel Command Button Before Email is Sent | 28 Apr 2006 06:01 GMT | 1 |
On an Excel (2003) sheet, I have a command button that executes the following code to send an email (Outlook 2003) with the Excel workbook attached: ===========================================================
|
| How do i get a running stop watch in vb | 28 Apr 2006 05:45 GMT | 1 |
Please could you help me. I just want to display a timer constantly running and being displayed in vb say in a textbox. I want to use it to action at certain points via various variables and
|
| terminate the routine if outlook is not available | 27 Apr 2006 21:27 GMT | 2 |
This code forms part of a routine that will be running on some computers that have Outlook 2003 and some that have Outlook Web Access for Exchange 2003. DimOutAppAsOutlook.Application
|
| Creating a new Macro in Outlook | 27 Apr 2006 14:30 GMT | 3 |
I have an existing Macro in Outlook that basically scans an entire Mailbox for Messages within a given data Range, dumps the data (date, email address and email message body) into an excel file and then converts the excel to .htm and places the .htm file output on a Network drive ...
|
| Find sent email | 27 Apr 2006 05:29 GMT | 3 |
Hi everybody!! My problem started when i tryed to find a sent email in VB with Outlook 2002. After it send the email, the EntryId of mail item is changed. So i added an ItemProperty to my message to find it in Sent Items folder. But
|
| Message Rule | 27 Apr 2006 03:22 GMT | 3 |
I was wondering if it would be possible to create a rule in outlook that upon receiving a message from a certain person the server would wait x number of minutes and then do a server reply to the individual. I can set up the rule in rules wizard to do everything that I am wanting
|
| Help with my code. | 26 Apr 2006 21:58 GMT | 1 |
I am very new to VBA for Outlook. What I want to do is open a folder called DAR then check if there is emails if there is save the attachments name as the subject line instead of the current default one which the sender chose. (At present it is saving it with
|
| Outlook Exchange folders | 26 Apr 2006 21:57 GMT | 5 |
Hey I was wondering the schema for exchange folders of other users. I would like to get a folder object of another userand display it in the folders pane. The permissions are all set up. But I'm unsure of how a folder object request actually connects to the server through VBA.
|
| Getting from field value | 26 Apr 2006 21:45 GMT | 2 |
Is there a way I can get the From field value, when I send the email? using the ItemSend when i send the email, i can check the to, subject etc. using Item.To, Item.Subject etc. but I can't read the From value. I would need to check if that's empty (like normally when sending ...
|
| VBA Scripts Do Not Show Up As "Custom Actions" | 26 Apr 2006 21:29 GMT | 4 |
I have a simple procedure in ThisOutlookSession: Sub MarkRead_CustomAction(Item As Outlook.MailItem) Item.UnRead = False Item.Save
|