State of encrypt and sign button for a saved mail?(draft)

  • Thread starter Thread starter ryotyankou
  • Start date Start date
Status
Not open for further replies.
R

ryotyankou

How could i determine an email whether it is encrypted or signed?(draft

folder mails, Create new one and save.) I saw all available properies via

outlookspy(IMessage) but with no luck. I thought that may be messge class

should work, IPM.Note for common message, IPM.Note.SMIME for encrypt, IPM.

Note.SMIME.MultiSigned for signed and so on, but the truth is not the case, i

always get its value "IPM.Note" no matter what did you do on it.


 
Hi


> How could i determine an email whether it is encrypted or signed?(draft
> folder mails, Create new one and save.) I saw all available properies via
> outlookspy(IMessage) but with no luck. I thought that may be messge class
> should work, IPM.Note for common message, IPM.Note.SMIME for encrypt, IPM.
> Note.SMIME.MultiSigned for signed and so on, but the truth is not the
> case, i
> always get its value "IPM.Note" no matter what did you do on it.


I guess Outlook Object Model is lying to you. Try MfcMapi to check the

props of your signed email draft. You should see and IPM.Note.SMIME...

messageclass and a hidden attachment.

So you might need to go down at the extended mapi level to access the

real property values.

SvenC
 
3Q, SvenC, you are right, extend MAPI is great, it is show IPM.Note.SMIME. I

still have a question, could you please help me out it? If there're three

message:

1. Signed only: IPM.Note.SMIME

2. Encrypt only: IPM.Note.SMIME

3. Signed and Encrypted: IPM.Note.SMIME

All their class are IPM.Note.SMIME, how could i judge which one it is?

SvenC wrote:
> Hi
>
> > How could i determine an email whether it is encrypted or signed?(draft
> > folder mails, Create new one and save.) I saw all available properies via

> [quoted text clipped - 3 lines]
> > case, i
> > always get its value "IPM.Note" no matter what did you do on it.


> I guess Outlook Object Model is lying to you. Try MfcMapi to check the
> props of your signed email draft. You should see and IPM.Note.SMIME...
> messageclass and a hidden attachment.

> So you might need to go down at the extended mapi level to access the
> real property values.

> > SvenC



 
> 3Q, SvenC, you are right, extend MAPI is great, it is show IPM.Note.SMIME.
> I
> still have a question, could you please help me out it? If there're three
> message:
> 1. Signed only: IPM.Note.SMIME
> 2. Encrypt only: IPM.Note.SMIME
> 3. Signed and Encrypted: IPM.Note.SMIME
> All their class are IPM.Note.SMIME, how could i judge which one it is?


Sorry, I don't know. I would use MfcMapi to check if the message class

is really always identical. My next step would be to check the hidden

attachment if its name or content can give hints.

SvenC
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
R About state of encrypt and sign button for outlook? Outlook VBA and Custom Forms 7
S Sent e-mails roll back to previous draft state Using Outlook.com accounts in Outlook 2
J VBA code to determine 'show' state of SearchBar Using Outlook 7
S toolbar visible state change event Outlook VBA and Custom Forms 1
S Persist toolbar visible state Outlook VBA and Custom Forms 5
Dr. Demento Programmatically encrypt email (2010) Using Outlook 10
U unable to encrypt email Using Outlook 9
R Encrypt and sign button while word is editor for outlook? Outlook VBA and Custom Forms 6
E Need to digitally sign macro but VBA\Outlook crash Outlook VBA and Custom Forms 4
E Save Selected Email Message as .msg File - digitally sign email doesn't works Outlook VBA and Custom Forms 1
L I Cannot Sign Into My Outlook Account? Outlook VBA and Custom Forms 0
M How create a Rule to filter sender's email with more that one @ sign Using Outlook 1
D.Moore VB script to Digitaly Sign newly created outlook message Outlook VBA and Custom Forms 2
Fozzie Bear Office 365 Sign Up Using Outlook 1
A Creating a sign up form in Outlook 2010 Using Outlook 1
B Outlook 2003 can't sign in to my Hotmail account Using Outlook.com accounts in Outlook 1
M Can't Sign in to Outlook Using Outlook.com accounts in Outlook 4

Similar threads

Back
Top