| Thread | Last Post | Replies |
|
| Creating a new message in OE through access | 08 Mar 2004 14:54 GMT | 1 |
I'm new to VBA. I'm building a small application in access, and one o the features are sending an email. The address and subject are known and I also want to attach the mdb file itself to the message. All I managed to do was to open OE with the shell command.
|
| Calendar in Explorer | 08 Mar 2004 14:05 GMT | 1 |
I managed to open a new explorer with my calendar in it. But it opens on the current day with a 5 days length. How can I configure it so that it opens on a given day ? Thanks for your help !
|
| Security Warning on E-Mails from Access DB Nuisance. | 08 Mar 2004 12:52 GMT | 1 |
An access 97 database we use extensively routinely sends e-mails to people who have been allocated actions or who have overdue matters etc. Under Windows NT and 2000 this happened seemlessly without interfering with the
|
| Boring message in outlook when trying to send email by vba using item.send property !!!! | 07 Mar 2004 19:52 GMT | 1 |
Hellow I'm a little confuse about outlook. I wrote a simple function in visual basic for application (in outlook) to process e-mail with I recive, so when I recive e-mail my function check if subject of this message consist some
|
| Creating macros | 07 Mar 2004 15:29 GMT | 1 |
I'm trying to create a macro, that opens a new mail message, then enter some default text in the subject field. Can anyone help please ----------------------------------------------- ~~
|
| Activate Send/Receive dialog box programmatically | 07 Mar 2004 15:02 GMT | 4 |
I need to activate Send/Receive dialog box of outlook(2000) from within my app(vb6) to force outlook send emails when connection is available. Any help would be greatly appreciated. Regards,
|
| simple question related to Outlook mailitem body | 06 Mar 2004 13:27 GMT | 1 |
I want to click reply to an HTML email, and then run a macro to insert some text. THe problem is when I insert my test, all the previously embedded images disapper, and links get reformatted, link this: before:
|
| Automate Public Folder creation | 05 Mar 2004 21:54 GMT | 1 |
I don't know very much about what the possibilities are with Outlook and VB - but was wondering if it is possible to use VB to automate to some extent the creation and permissioning of Public Folders. We use Public Folders very heavily and they are permissioned using
|
| Autoconfigure a user certificate for outlook SMIME | 05 Mar 2004 21:45 GMT | 1 |
MS has instructions for programatically assigning a user certifiacte to Outlook for encryption and signing. This example is located at: http://www.support.microsoft.com/?kbid=312900 Step 5 in of this "Open the GUID_Dilkie profile section, where the
|
| Adding Custom menu items in the File Menu | 05 Mar 2004 21:42 GMT | 1 |
is it possible to add my own custom menu items in the File Menu. Under the File/New menu where we see different types of mailitems, can i add my own type of menu items thank
|
| What's good way to stop a program? | 05 Mar 2004 18:06 GMT | 2 |
I have a program that moves lots of email to different folders. There are rare occasions when I would like to stop the process. Is there a good way to do this? Maybe a way to capture a keystroke or something? Thanks
|
| Export/Add all the email addresses to a distribution list from a table. | 05 Mar 2004 17:10 GMT | 3 |
I am new to VB/VBA. I am just wondering if there is any way to add multiple addresses to a distribution list via code or other means. I have a table in MS Access (or I can get that in Excel). The column name is EmailAddresses in the table.
|
| Move attachments behind the mailbody | 05 Mar 2004 16:08 GMT | 5 |
if i attach a attachment with Item.Attachments.Add the attachment is inserted above the mailbody that is inserted with Item.Body. Is there a possibility to insert the attachments behind the mailbody? Thanks,
|
| Using Redemption to extract SMTP Addresses | 05 Mar 2004 14:46 GMT | 2 |
Can you use Redemption to extract the SMTP addresses of all items in a recipient list if some are distribution lists? If this is possible, can you process the recipients (possibly recursively) to handle the case of distribution lists containing distribution lists?
|
| How too: Save Mail attachment to file | 05 Mar 2004 14:35 GMT | 2 |
I will gladly detailed Mail attaches on non removable disk to store automatically.
|