Consulting

Results 1 to 3 of 3

Thread: Send unencrypted emails.

  1. #1
    VBAX Newbie
    Joined
    Jul 2013
    Posts
    2
    Location

    Send unencrypted emails.

    Hi, The office outlook that we have in our office by default sends encrypted mails. However, for achieving a particular functionality I need to send mails to my inbox(Mail to Self) and I want them to be unencrypted so that I can read the subject of those mails(If mails are encrypted VBA code shows an error). So plz help me to send unencrypted mails through VBA code. I have tried using Inspector object and it can be used to send encrypted mails(incase default setting is unencrypted) but how to unencrypt if default setting is encrypted. Any leads would be helpful.

  2. #2
    VBAX Mentor skatonni's Avatar
    Joined
    Jun 2006
    Posts
    347
    Location
    This describes how to encrypt http://support.microsoft.com/kb/2636465

    You could try setting Item.PropertyAccessor.SetProperty PR_SECURITY_FLAGS to 0 or -4 as suggested by others but if that may no longer work.

    http://social.msdn.microsoft.com/For...why-this-value

    http://blogs.msdn.com/b/dvespa/archi...-from-oom.aspx

    The concensus appears to be, you can set encryption but not remove.

  3. #3
    VBAX Newbie
    Joined
    Jul 2013
    Posts
    2
    Location
    Hi skatonni,
    thanx for the info but I am interested in sending unencrypted mails since the default setting sends encrypted mails.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •