![]() |
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 have a process which produces an unique bitmap (time stamped handwritten authenticated signature) and I would like to include this signature bitmap to any outgoing email . So my question is : where , at which stage ? can I add this bitmap in the mail ( in an Com add-in structure ) the code needs to be able to add the signature image to any kind of email wether it HTML RTF or TEXT Only (as attachement in this case). wether or not word mail is activated as editor. I was looking to put some code there in thses events in the designer Private Sub objMailItem_Reply(ByVal Response As Object, Cancel As Boolean) ' 'With objMailItem ' '.Body ' 'End With End Sub Private Sub objMailItem_ReplyAll(ByVal Response As Object, Cancel As Boolean) ' End Sub Private Sub objMailItem_Send(Cancel As Boolean) ' End Sub but it looks like there is no mean to add the bitmap there or is it a mistake from me ? Any help will be very much appreciated Best regards |
Ads |
#2
|
|||
|
|||
![]()
Am Sat, 11 Mar 2006 01:02:26 -0800 schrieb Herve cadieu:
You can use the Application“s ItemSend event. -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook -- www.vbOffice.net -- Hi , I have a process which produces an unique bitmap (time stamped handwritten authenticated signature) and I would like to include this signature bitmap to any outgoing email . So my question is : where , at which stage ? can I add this bitmap in the mail ( in an Com add-in structure ) the code needs to be able to add the signature image to any kind of email wether it HTML RTF or TEXT Only (as attachement in this case). wether or not word mail is activated as editor. I was looking to put some code there in thses events in the designer Private Sub objMailItem_Reply(ByVal Response As Object, Cancel As Boolean) ' 'With objMailItem ' '.Body ' 'End With End Sub Private Sub objMailItem_ReplyAll(ByVal Response As Object, Cancel As Boolean) ' End Sub Private Sub objMailItem_Send(Cancel As Boolean) ' End Sub but it looks like there is no mean to add the bitmap there or is it a mistake from me ? Any help will be very much appreciated Best regards |
#3
|
|||
|
|||
![]()
Dear Michael Thank you for your email,
Could you show me a code snippet on how to add say a "c:\myfiles\image.bmp" to any email bottom ? I cannot figure out how to achieve it. Thank you much "Michael Bauer" wrote: Am Sat, 11 Mar 2006 01:02:26 -0800 schrieb Herve cadieu: You can use the ApplicationĀ“s ItemSend event. -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook -- www.vbOffice.net -- Hi , I have a process which produces an unique bitmap (time stamped handwritten authenticated signature) and I would like to include this signature bitmap to any outgoing email . So my question is : where , at which stage ? can I add this bitmap in the mail ( in an Com add-in structure ) the code needs to be able to add the signature image to any kind of email wether it HTML RTF or TEXT Only (as attachement in this case). wether or not word mail is activated as editor. I was looking to put some code there in thses events in the designer Private Sub objMailItem_Reply(ByVal Response As Object, Cancel As Boolean) ' 'With objMailItem ' '.Body ' 'End With End Sub Private Sub objMailItem_ReplyAll(ByVal Response As Object, Cancel As Boolean) ' End Sub Private Sub objMailItem_Send(Cancel As Boolean) ' End Sub but it looks like there is no mean to add the bitmap there or is it a mistake from me ? Any help will be very much appreciated Best regards |
#4
|
|||
|
|||
![]()
See http://www.outlookcode.com/d/code/htmlimg.htm
Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "Herve cadieu" wrote in message ... Hi , I have a process which produces an unique bitmap (time stamped handwritten authenticated signature) and I would like to include this signature bitmap to any outgoing email . So my question is : where , at which stage ? can I add this bitmap in the mail ( in an Com add-in structure ) the code needs to be able to add the signature image to any kind of email wether it HTML RTF or TEXT Only (as attachement in this case). wether or not word mail is activated as editor. I was looking to put some code there in thses events in the designer Private Sub objMailItem_Reply(ByVal Response As Object, Cancel As Boolean) ' 'With objMailItem ' '.Body ' 'End With End Sub Private Sub objMailItem_ReplyAll(ByVal Response As Object, Cancel As Boolean) ' End Sub Private Sub objMailItem_Send(Cancel As Boolean) ' End Sub but it looks like there is no mean to add the bitmap there or is it a mistake from me ? Any help will be very much appreciated Best regards |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
error message that cannot connect to outgoing email server | cscott | Outlook - General Queries | 4 | March 3rd 06 05:00 PM |
Imbedd bitmap as part of signature | [email protected] | Outlook - General Queries | 3 | February 27th 06 05:49 PM |
outgoing email with bcc copy automatically | Paul | Outlook Express | 5 | February 26th 06 04:15 AM |
need email messages to show all incoming & outgoing recipients? | kimbol1 | Outlook - Using Contacts | 1 | February 10th 06 11:28 AM |
Update Calendar Programmatically | Sue Mosher [MVP-Outlook] | Outlook and VBA | 0 | February 1st 06 05:14 PM |