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

programmatically enable encryption and digital signature



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old August 24th 08, 08:10 PM posted to microsoft.public.outlook.program_vba
Christian Bahnsen
external usenet poster
 
Posts: 1
Default programmatically enable encryption and digital signature

Using code I've found here previously, I can programmatically create a new
mail item and set various properties, e.g.,

' now create the email
Set myNewItem = Application.CreateItem(olMailItem)
myNewItem.Display
myNewItem.To = "
myNewItem.Subject = "morning report"


Is there a way to programmatically enable encryption and digital signature?
Something like:
myNewItem.Encryption = True
myNewItem.DigitallySigned = True

Thanks in advance for any help.
--
Christian Bahnsen
Ads
  #2  
Old August 25th 08, 04:07 AM posted to microsoft.public.outlook.program_vba
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default programmatically enable encryption and digital signature

No, encryption/signing is not exposed by Outlook.

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"Christian Bahnsen" wrote in
message ...
Using code I've found here previously, I can programmatically create a new
mail item and set various properties, e.g.,

' now create the email
Set myNewItem = Application.CreateItem(olMailItem)
myNewItem.Display
myNewItem.To = "
myNewItem.Subject = "morning report"


Is there a way to programmatically enable encryption and digital
signature?
Something like:
myNewItem.Encryption = True
myNewItem.DigitallySigned = True

Thanks in advance for any help.
--
Christian Bahnsen



 




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
FindControl Number ID to enable Digital Signature and Encryption LEH Outlook and VBA 3 January 23rd 08 01:26 AM
Programmatically enable Add-ins balaji chandan Add-ins for Outlook 11 July 18th 07 10:54 PM
How to programmatically enable a rule? PW Outlook and VBA 1 April 20th 07 07:17 AM
password digital signature Sam Outlook Express 2 June 8th 06 11:34 PM
Digital ID and automatic encryption to certain contacts Fredly Outlook - General Queries 1 January 23rd 06 11:21 PM


All times are GMT +1. The time now is 08:51 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.