Add Hyperlink in Email
Thu, 6 Nov 2008 09:54:30 -0800 (PST)
How do I add a hyperlink to a file in the body of an Email msg?
Sub SendMessage()
Dim objOutlook As Outlook.Application
Dim objOutlookMsg As Outlook.MailItem
Dim objOutlookRecip As Outlook.Recipient
Dim objOutlookAttach As Outlook.Attachment
' Create the Ou ...
|
Outlook Redemption expand distribution list
Wed, 5 Nov 2008 21:06:01 -0800
I need to expand the distribution list(DL).. both DL in Exchange and
private contacts. I somewhat tried two ways of doing it but not successful
in either
method.
I've Redemption installed with Outlook 2007.
Method 1: Using Redemption.RDOSession
I tried out the following code
using RDO. I knew there ...
|
FlagStatus question
Wed, 05 Nov 2008 12:22:47 -0800
I want to process some records and since an email may have been read or
unread, is the best way to process selected records is by using the
FlagStatus property?
Are the states of this property 0 (not set), 1 (completed), and 2
(incomplete)? ...
|
add event macro
Wed, 5 Nov 2008 12:06:05 -0800
I have come across sites that allow one to automatically download an event
into outlook 2003/ calendar. Is it possible to create a macro to do this? ...
|
Save Email message as HTML file on Harddrive
Wed, 5 Nov 2008 08:28:00 -0800
I've seen quite a few questions asking this on the web, however I have not
seen an answer to it.
I am trying to create an outlook rule that will run on these criterias,
By sender--Easily done in the Outlook rule
By Subject--Easily done in the Outlook rule
run as script--Saves email message as either text ...
|
Read all folders into an array
Wed, 5 Nov 2008 07:21:01 -0800
Hello,
I have searched help end thses archives reather extensivly but up to this
point i've been unsuccessful. I am looking for the VBA command to read in
all folder names into an array. I have a PST file that is called Archive
Folders and in that there is a folder called Archive and under that a ton of
" ...
|
Is there a way to get the profile name
Tue, 04 Nov 2008 15:04:17 -0800
Is there a way to determine what the profile name that is in use in an
Outlook session? If so, can you provide a small code snippet
demonstration it or tell me what method or property to use?
...
|
|
|
What makes up a unique id for finding an email?
Tue, 04 Nov 2008 15:02:08 -0800
Using the Find method you can't use EntryID. Is the best way to find an
email is using the subject and create time values? ...
|
Alt+F1
Tue, 4 Nov 2008 11:54:00 -0800
How do i write a macro for the keystroke Alt+F! ?
Larry ...
|
Email Forwarding
Tue, 4 Nov 2008 08:11:05 -0800
I have an question, I'm relatively new to VBA coding. Especially in Outlook,
I am running an Exchange 2003 server using Outlook 2003 clients.
What I am needing is code that will run when a specific sender sends an
email to me with a specific (text) in the body of the email. I then want it
forward/email to ...
|