G
Guest
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
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