Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: Read encrypted MSCONS.txt (Outlook item) in Java

  1. #1
    Junior Member
    Join Date
    Jul 2014
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Read encrypted MSCONS.txt (Outlook item) in Java

    Hi All,

    I have an encrypted MSCONS.txt file as Outlook item. I also have a Digital Certificate file (Certificate.pfx) with a password.

    Could someone please give me some pointer as to how I can read the actual MSCONS.txt file in my java application? A sample code snippet would be great.

    Thanks.


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Read encrypted MSCONS.txt (Outlook item) in Java

    Confusing, since Outlook items typically end with .msg.

    Is the MSCONS.txt an embedded file in an Outlook .msg?

    How is the encrypted object encrypted?

  3. #3
    Junior Member
    Join Date
    Jul 2014
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Read encrypted MSCONS.txt (Outlook item) in Java

    mscons.txt is an attachment file of an email.

    In other words, i have .msg file which has an attachment mscons.txt.

    After installing the provided certificate (w/ password) on my windows machine, i can open the .msg file, which has the attachment (.txt) and that i can open too.

    Before installing of the certificate, i could not open .msg file.

    What my reqirement now is to read all this (mainly the attachment mscons.txt) via my java program using the certificate.

Similar Threads

  1. Having problem to read the data inside txt
    By cukunit0 in forum What's Wrong With My Code?
    Replies: 1
    Last Post: December 26th, 2013, 04:09 AM
  2. how to read and execute the whole .txt file
    By epulcipun in forum File I/O & Other I/O Streams
    Replies: 3
    Last Post: March 21st, 2013, 03:18 PM
  3. How to skip and read lines in txt file
    By saran123 in forum File I/O & Other I/O Streams
    Replies: 1
    Last Post: December 26th, 2012, 08:07 AM
  4. Can't work out how to read object from .txt file
    By goformickey in forum What's Wrong With My Code?
    Replies: 1
    Last Post: October 25th, 2012, 01:27 AM
  5. How can I read txt files in java program??
    By sakura_smile in forum What's Wrong With My Code?
    Replies: 5
    Last Post: June 9th, 2012, 06:18 PM