![]() |
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, all:
When I send an email from Outlook add-in, in the mail item, can I add the signature that user normally uses in to it, without creating one one the fly? Thanks, Danny |
#2
|
|||
|
|||
![]() You can load the content of the signature file, which are located here on Vista: C:\Users\[user]\AppData\Roaming\Microsoft\Signatures -- Best regards Michael Bauer - MVP Outlook Category Manager - Manage and share your categories: SAM - The Sending Account Manager: http://www.vboffice.net/product.html?lang=en Am Fri, 16 Apr 2010 16:45:16 +1000 schrieb BVM: Hi, all: When I send an email from Outlook add-in, in the mail item, can I add the signature that user normally uses in to it, without creating one one the fly? Thanks, Danny |
#3
|
|||
|
|||
![]()
Thanks,
Let me explain again what I want. I want to create an email on the fly. Before it is sent, I want to insert sender's signature into the message body. If there is a signature on the folder you memtioned(C:\Users\[user]\AppData\Roaming\Microsoft\Signatures), how do I put it into the mesage body of the MailItem? Thanks, Danny "Michael Bauer [MVP - Outlook]" wrote in message news ![]() You can load the content of the signature file, which are located here on Vista: C:\Users\[user]\AppData\Roaming\Microsoft\Signatures -- Best regards Michael Bauer - MVP Outlook Category Manager - Manage and share your categories: SAM - The Sending Account Manager: http://www.vboffice.net/product.html?lang=en Am Fri, 16 Apr 2010 16:45:16 +1000 schrieb BVM: Hi, all: When I send an email from Outlook add-in, in the mail item, can I add the signature that user normally uses in to it, without creating one one the fly? Thanks, Danny |
#4
|
|||
|
|||
![]() Read the content of the file, for instance by using the Scripting Runtime library, then write it into the Body property (plain text) or HTMLBody (html email). For each signature there're three files: A *.txt file for a plain text email, and an *.htm file for an html formatted email. -- Best regards Michael Bauer - MVP Outlook Category Manager - Manage and share your categories: SAM - The Sending Account Manager: http://www.vboffice.net/product.html?lang=en Am Tue, 20 Apr 2010 11:22:59 +1000 schrieb BVM: Thanks, Let me explain again what I want. I want to create an email on the fly. Before it is sent, I want to insert sender's signature into the message body. If there is a signature on the folder you memtioned(C:\Users\[user]\AppData\Roaming\Microsoft\Signatures), how do I put it into the mesage body of the MailItem? Thanks, Danny "Michael Bauer [MVP - Outlook]" wrote in message news ![]() You can load the content of the signature file, which are located here on Vista: C:\Users\[user]\AppData\Roaming\Microsoft\Signatures -- Best regards Michael Bauer - MVP Outlook Category Manager - Manage and share your categories: SAM - The Sending Account Manager: http://www.vboffice.net/product.html?lang=en Am Fri, 16 Apr 2010 16:45:16 +1000 schrieb BVM: Hi, all: When I send an email from Outlook add-in, in the mail item, can I add the signature that user normally uses in to it, without creating one one the fly? Thanks, Danny |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Activate "Add digital signature to this massage" on a MailItem? | Michael | Outlook and VBA | 1 | October 2nd 09 02:33 PM |
Outlook Calendar - Signature different than normal signature? | [email protected] | Outlook - Calandaring | 0 | March 25th 07 12:16 AM |
Signature Button and Insert Signature Missing | Bill Glidden | Outlook - General Queries | 2 | December 19th 06 08:42 AM |
Creating a new mailItem with a signature, and a modified HTMLBody | Peter Reinhold | Add-ins for Outlook | 6 | November 10th 06 03:52 PM |
How can I create a MailItem that displays like a received MailItem ? | Clive | Outlook - Using Forms | 0 | February 27th 06 04:14 PM |