| Thread | Last Post | Replies |
|
| more than one line in body | 01 Jun 2005 00:02 GMT | 1 |
What is the code to add more than one line of text in the body property in VB?
|
| Q: Help on OL ObectModel (AddressEntries) needed pls | 31 May 2005 18:08 GMT | 1 |
I know the smtp-adresses of several persons and need to get the information stored in other AdressEntry.fields. At the moment I do it the following way: smtpaddr = "a...@def.com" 'e.g. for this addess...
|
| Outlook Calendar Folder | 31 May 2005 15:41 GMT | 6 |
how to make the outlook to go to specified Outlook Calendar Folder at public folder. Thanks a lot.
|
| how to get sender's (ISP's) IP adress | 30 May 2005 17:29 GMT | 14 |
I would like to know how I can retrieve the sender's IP adres (or rather, the IP closest to the sender, as found in the Internet Headers in Message Options) from a mail item using VB. I can't seem to find the right property for this. Does anybody know how to do this?
|
| programactically removing a contact from a category | 30 May 2005 07:00 GMT | 5 |
I asked this question earlier, but perhaps I wasn't clear... Is there a simple way using VBA in a form I'm publishing to add code (assigned to a toolbar button) to remove the contact from the category "Answered Mail"? Thanks,
|
| Send attachement automatically with right click - send to | 29 May 2005 09:23 GMT | 2 |
I try to automatize some of my tasks. Goal is to right click on file, choose Outlook from 'Send To' menu and that is all. Outlook should send attachement to recipient (always the same). I created short cut to Outlook and moved it to 'Send To' folder in my
|
| How do I subtarct each detail record in a group from each others | 29 May 2005 06:29 GMT | 1 |
How do I subtarct each detail record in a group from each others.
|
| Outlook Tasks | 28 May 2005 02:21 GMT | 1 |
Is there any way of creating custom views for the Tasks, and then save the settings, email the settings/file to other computers and have them incorporated on the other machines? I am looking to establish a standard "form" for multiple police dispatch stations which gives Time ...
|
| AutoArchive programmatically | 28 May 2005 00:28 GMT | 6 |
I've actually got two problems, but I've worked around the second, so let me present the unsolved one first: First, I'm looking for a way to programmatically run an auto-archive. I've tried hunting around, and I'm damned if I can find anything. Even if I
|
| AttachmentAdd Event | 27 May 2005 21:18 GMT | 1 |
Can anyone explain to me how I would use the following code found in the Outlook VBA help. I have copied the code in to the project as explained and closed the VBA editor, when I add an attachment I do not get a warning.
|
| renaming and saving photos | 27 May 2005 21:18 GMT | 1 |
As emails arrive, I want to check to see if they have a photo attached and if they do, to save it to a location on my hard drive and rename the photo with the email address of the sender. Is this possible? I assume that if it is, it would involve writing a script in VB rather ...
|
| Making a particular attachment visible. | 27 May 2005 16:25 GMT | 6 |
With no way to execute an attachment from the collection, is there any way to bring it into the visible window? For example, if I have 28 attachments, and only items#1 through #7 are in the visible window, is there any means to make attachment item#14 visible? I have a means ...
|
| Help changing flag on messsages older than a certain date | 27 May 2005 16:24 GMT | 4 |
Using Outlook 2000, I'm trying to write a macro that searches through messages in the inbox and, if they are older than 01/30/2005 and flagged for follow up, I want to flag them complete. I've tried several approaches but don't seem to be getting anywhere. Does
|
| Outlook Automation - Multiple Recipients | 27 May 2005 14:26 GMT | 3 |
I am new to VB/VBA, so please bear with me. I am running a loop to add E-mail addresses to a string sCCEMailAddr (which can have multiple e-mail addresses when the loop is completed all received from a table). It just sends a confirmation e-mail to specific email from an ...
|
| Trying to access custom folders in other mailboxes | 27 May 2005 07:18 GMT | 2 |
I tried using the following code to access custom subfolders in another users shared mailbox however it returns an empty object, what am I doing wrong ?? (outlook 2003) thanx for help in advance, Jack
|