![]() |
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
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 |