A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Attach digital Signature with code



 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old July 30th 08, 01:08 PM posted to microsoft.public.outlook.program_vba
andyoye
external usenet poster
 
Posts: 3
Default Attach digital Signature with code

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 02:47 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.