![]() |
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
|
|||
|
|||
![]()
I have a button on a win form that launches outlook and auto populates To:,
Subject:, Attachment:.... How can I attach digital signature so when users click the button, it attaches their signatures. Code Sample: Outlook.Application outlookApp = new Outlook.Application(); Outlook.MailItem message = (Outlook.MailItem)outlookApp.CreateItem(Outlook.Ol ItemType.olMailItem); message.Subject = attachName; message.To = msgTo;............... Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Digital Signature Certificate | Andy Derbyshire | Outlook - General Queries | 1 | January 11th 08 12:44 PM |
Turn off Digital Signature | woodsdarren | Outlook and VBA | 3 | October 24th 07 03:00 PM |
Digital Signature Warning Msg | Rich in Yorktown | Outlook and VBA | 0 | December 29th 06 12:42 PM |
password digital signature | Sam | Outlook Express | 2 | June 8th 06 10:34 PM |
Requesting a Digital Signature on a form | ClarkJN | Outlook - Using Forms | 0 | March 23rd 06 10:42 PM |