![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hi
I am using a small code which sends a reply to a specified sender. I would like to add a line the reply referring to the name of the attachment, if there is one. I also want to add my signature. I have activated the signature in options to be added on a reply, but it doesnt appear. I would prefer if possible, to add the signature via code, rather than it appear on every reply/forward. Anybody?? Code:
Sub IP2(objMsg As MailItem) Dim objReply As MailItem Set objReply = objMsg.Reply objReply.Subject = "Ref your email - " & objReply.Subject objReply.Body = "Your email with attachments has been received" & vbCrLf & vbCrLf & "Thanks" & vbCrLf & "Chris" objReply.Display objReply.Send Set objReply = Nothing End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Rule to auto reply using a dynamic text file as attachment or message body | DF | Outlook - General Queries | 0 | June 29th 07 06:38 PM |
error does not acknowledge POP3 acct. | i_takeuti | Outlook Express | 0 | April 13th 07 03:05 AM |
error does not acknowledge POP3 acct. | i_takeuti | Outlook Express | 0 | April 13th 07 03:04 AM |
error does not acknowledge POP3 acct. | Faith | Outlook Express | 4 | April 13th 07 02:50 AM |
Auto reply using message rules sends as attachment | qersoft | Outlook Express | 3 | May 20th 06 11:13 PM |