In Outlook, allow only recipients to read mail from a custom template

Hi all,
The default "Do not Forward" template only allows recipients from an e-mail to read it. A delegate to the sender or recipient mailbox cannot open the message.
How can I reproduce this with a custom template?
I would like an e-mail to be RMS-encrypted only between the sender and the recipient(s) and be sure that the mailbox(es) delegate(s) cannot open the message.
What I am trying to achieve is:
- Only the sender and the recipient can read the message
- The recipient can reply to the message
- The recipient can print the message
Is there any way to define "recipients" permissions when defining a template (instead of "anyone")?
Thanks !

Had the same problem.
And got a confirmation from Microsoft, that it is not possible currently. But there are some AddOns availible for Outlook. Because the RMS API and outlook object model allowes that.
Glück & Kanja Email Protection Add-Ins
Gigatrust
http://www.gigatrust.com/desktop_client.shtml
TITUS
http://www.titus.com/RMS.html
But you have to pay for that. and it does not help with OWA
Exchange MVP www.msxfaq.net

Similar Messages

  • Why "Outlook Express" users can't read email from Mail.app ?

    Why "Outlook Express" users can't read email from Mail.app ? Any explanation ? Select a good format,that's a good explanation,but i can't know each time if our recipients use "Outlook Express".

    There are no completely bug free email clients including the Mail.app and Outlook has its share of bugs for such an old/mature email clients and some glaring ones that MS has been aware of for a long time but has chosen not to do anything about since these do not affect exchanging email with other Outlook users.
    Outlook has always had problems with Mail's RTF and the degree depending on the Windows and Outlook versions used by the recipient.
    Check this link.
    http://homepage.mac.com/thgewecke/woutlook.html

  • Reading mails from Hmail Server

    hi all,
    I am using an java mail api to read mails from a hmail server.I was successfull in reading mails and analysing it further but the problem that i face is my program could read only the recent mails ,all the remaining unread mails were not accessible from the java code.......i am attaching my code...
    package mail.hmailserver;
    import java.io.*;
    import java.util.*;
    import javax.mail.*;
    public class ReadMail_frm_hmailserver {
         int c=0;
    @SuppressWarnings("unchecked")
    public static void main(String args[]) throws Exception {
    ReadMail_frm_hmailserver mailObj=new ReadMail_frm_hmailserver();
    mailObj.readMails();
    public Vector[] readMails() throws Exception
         String host = "172.29.19.78";
    String user = "[email protected]";
    String password = "testuser1";
    // Get system properties
    Properties properties = System.getProperties();
    // Get the default Session object.
    Session session = Session.getDefaultInstance(properties,null);
    // Get a Store object that implements the specified protocol.
    Store store = session.getStore("pop3");
    //Connect to the current host using the specified username and password.
    store.connect(host, user, password);
    //Create a Folder object corresponding to the given name.
    Folder folder = store.getFolder("inbox");
    // Open the Folder.
    folder.open(Folder.READ_ONLY);
    //folder.open(Folder.READ_WRITE);
    Message[] message = folder.getMessages();
    // String [] contents=new String[10];
    Vector [] contents = new Vector[message.length];//creating array of vectors to store mails
    // Vector contents1=new Vector();
    System.out.println("No of mails : " + message.length);
    System.out.println("subject 1 : "+message[0].getSentDate());
    System.out.println("subject 2 : "+message[0].getSubject());
    // System.out.println("subject 3 : "+message[2].getSubject());
    // System.out.println("subject 4 : "+message[3].getSubject());
    //System.out.println("-----------------");
    // Display message.
    for (int i = 0; i < message.length; i++) {
              c=0;
              contents[i] = new Vector(); //since vector array is an array of arrays we hav to initilize each of the content vectors
    System.out.println("------------ Message " + (i + 1) + " ------------");
    System.out.println("SentDate : " + message.getSentDate());
    System.out.println("From : " + message[i].getFrom()[0]);
    System.out.println("Subject : " + message[i].getSubject());
    System.out.print("Message : ");
    //System.out.println(message[i].getContent());
    Multipart multipart = (Multipart) message[i].getContent();
    //System.out.println(multipart.getCount());
    String line = null;
    for (int j = 0; j < multipart.getCount(); j++) {
    //System.out.println(i);
    //System.out.println(multipart.getContentType());
    BodyPart bodyPart = multipart.getBodyPart(j);
    InputStream stream = bodyPart.getInputStream();
    BufferedReader br = new BufferedReader(new InputStreamReader(stream));
    while (br.ready()) {         
         try {
                                  //line.append(br.readLine());
              //line=line+"\n"+br.readLine();
              line=br.readLine();
              if(line.equals("NOTICE")){
                        System.out.println("entered-----------------------------exit loop");
                        //exit();
                        c++;
                        break;
              if(c==0)
              contents[i].add(line); //adding the mails line by line to the array
                             System.out.println(line);
              //System.out.println(contents[i].get(j));
         } catch (Exception e) {
                                  // TODO Auto-generated catch block
                                  e.printStackTrace();
                                  System.out.println("Exception : "+e);
         //contents[1].add(line);
    System.out.println();
    //System.out.println(line);
    // contents[i].add(line); //adding the mails line by line to the array
    System.out.println();
    // folder.close(true);
    //store.close();
    //System.out.println(contents.length);
    //System.out.println(contents[0].get(0));
    //System.out.println(contents[0].);
    return contents;

    You might want to use IMAP to read mail from hMail Server, if you keep messages on server. It has a lot more features for managing messages on server.
    A lot of POP3 implementations (both client and server side) will automatically delete retrieved messages. I don't know exactly what JavaMail does in that regard, nor of hMailServer, but I do know some mailservers out in the wild will ALWAYS delete mails retrieved with POP3.

  • Reading mails from Zimbra inbox.

    Hi,
    I have a basic program to read the inbox of a zimbra mail user.
    i have supplied the necessary information like username passwd,
    Can someone please tell me what is the pop server required for the Zimbra mail client.
    i know it is somethign do with the LDAP. but how do i find tht out?

    You might want to use IMAP to read mail from hMail Server, if you keep messages on server. It has a lot more features for managing messages on server.
    A lot of POP3 implementations (both client and server side) will automatically delete retrieved messages. I don't know exactly what JavaMail does in that regard, nor of hMailServer, but I do know some mailservers out in the wild will ALWAYS delete mails retrieved with POP3.

  • Read E-Mail Actionblock -Unable to read mail from Mailserver

    Hi,
    As a part of business requirement I need to write a transaction which picks the attachment from a particular mail on a server on a scheduled basis.
    I am getting the below error while trying to connect to the server
    [INFO ]: ReadMail: Connecting To: xxxx.yyyy.mycompany.com
    [ERROR]: ReadMail error: Connect failed; nested exception is: java.net.ConnectException: Connection refused: connect+
    [ERROR]: ACTION FAILED: End Action ReadMail_0 :
    But with the same credentials I am able to send mail from xMII using the Send mail action block.So this signifies that I am using the right MailServer name.
    Is this the problem with the firewall with the server ? or
    Will there be different MailServer name for receiving and reading mails?
    How to know which port number to be used?
    Did any one faced this problem before?
    Appreciate your help
    thanks
    Raj

    Hi,
    Im also having problems with reading mails from mailserver.
    When I execute the transaction the action block Read Mail return me the following error:
    [ERROR] [ReadMail]Unable to read mail Exception: [unicode-1-1-utf-7]
    Could anybody help me?
    P.S.: Im using the imap4 protocol.
    Thank you!
    Edited by: Thiago Barros on Jul 29, 2010 5:15 PM

  • IPad Air - swipe to read mail from lock screen doesn't work

    Bought an iPad Air and have a small problem. When I try to swipe to read mail from lock screen, it won't go directly to the mail app itself.  Can anyone help or tell me what the problem is??

    Rather than post a reply to a thread which has been dormant for well over a year please start a new thread detailing your problem and any troublehooting steps you have taken.

  • Reading mails from outlook express

    hi..
    i m doin a project on Bayesian Filters to detect spam mails.I need to extract mails from microsoft outlook express that are in the .dbx format as text files.Can someone jus help me out with this.. Its urgent!!!
    it should b usin java.I have heard of mbox but dunno how to use that.So please help me out with this
    regards

    i m doin a project on Bayesian Filters to detect spam
    mails.I need to extract mails from microsoft outlook
    express that are in the .dbx format as text files.Can
    someone jus help me out with this.. I bet Microsoft can.
    Its urgent!!!Not to me.
    it should b usin java.Why? I'd say it should be in VB or something.

  • Mail 2.1.1: Can't read mails from Exchange server

    Effect: *Mail 2.1.1* contacts the Exchange server successfully, which I checked with the operator, looking directly over his shoulder, but Mail 2.1.1 does not load any e-mails. Mail 2.1.1 loads down mails from another server with unknown software (gmx.de) successfully.
    Mail 2.1 works nicely with absolutely identical settings with both mail servers
    I am using Mail 2.1.1/MacOS 10.4.10 on my G4 and MacBook Pro, Mail 2.1/MacOS 10.4.10 on my G5.

    No solution found - works again. Please no questions.

  • Error while reading mail from inbox

    hi,
    i have created a mail program which downloads mails from the ISP. In this program i am storing the message object in a List object and send it to another class for it to continue the download process. but i am getting this error.
    javax.mail.MessagingException: Open failed;
    nested exception is:
         java.io.EOFException: Unable to lock mailbox
    i am giving the code below.
    Message mNew[]=null;
    Message m=null;
    Store store=null;
    Folder folder=null;
    do
          // this loop checks if the email connection is available
          // if not it tries to get the email connection by calling
          // the getEmailConnection
          if(!isEmailConnected)
            isEmailConnected=ecm.getEmailConnection(hostname,username,password);
          else if(isEmailConnected)
            this.store=ecm.store;
            try
              folder = store.getFolder("INBOX");
              folder.open(Folder.READ_WRITE);
              m=folder.getMessages();
                for(int i=0;i<m.length;i++)
    //              This checks if the inbox folder
    //                is of POP3 type. if it is of POP3
    //                type we get all the messages Unique Identifiers
                  if(folder instanceof com.sun.mail.pop3.POP3Folder)
                    com.sun.mail.pop3.POP3Folder pop3=(com.sun.mail.pop3.POP3Folder)folder;
                    uid=pop3.getUID(m);
    // if the list contains the unique identifier
    // then no process is executed otherwise
    // the unique ids are maintained in the list
    // called pop3List.
    if(pop3List.contains(uid))
    else
    mNew[newCount]=m[i];
    pop3List.add(uid);
    newCount++;
    * This adds the new incoming email List of addresses to the method newEmailRecieved
    * which is iin another class.
    listener.newEmailRecieved(m);
    folder.close(true);
    catch(Exception ex){System.out.println("Error Occured"+ex);}
    while(true);

    hi,
    to continue with my post, i am using POP3 provider to get the messages. any help is appreciated
    regards
    Kiran

  • Send Mail from Essbase Custom Application

    Can we send mail from custom Essbase application ? If yes then how?
    Plz help on it.

    I don't think you need the jdk but just a jvm. Essbase installs one as part of it's intall process (I'm not sure if this happens in 6.5). You could use vbscript or vb to create a mail routine. Search the internet, I'll bet you find one pretty quick. if you can one shareware called BLAT is quite popular and you don't have to build your own code.
    The nice thing avout the JCF(JAva Custom Function) is you can create a calc script and actually pass values in the message. things like division totals or how much the out of balance is.

  • Pb:reading mail from Outlook

    Hi
    the problem is depended on the reception of a message starting from Outlook.
    is to say that the message of Content-Type is received: multipart/alternative; in two type one is Content-Type: text/plain; and the other Content-Type: text/html; .
    Also, the other part is not received if there is a file attached
    the code is:
    if(messages[msgnr].isMimeType("multipart/*"))
    Multipart multipart = (Multipart)messages[msgnr].getContent();
    for(int i = 0;i < multipart.getCount();i++)
    Part p = multipart.getBodyPart(i);
    String disposition = p.getDisposition();
    if (disposition == null) { // When just body
    // Check if plain
    if (p.isMimeType("text/plain")) {
    out.print("<PRE>");
    out.print(p.getContent());
    out.print("</PRE>");
    } else if (p.isMimeType("text/html")){
    out.print("<PRE>");
    out.print(p.getContent());
    out.print("</PRE>");
    else if (disposition.equals(Part.ATTACHMENT) || disposition.equals(Part.INLINE)){
    String filename = p.getFileName();
    printHyperlink(attachmentLink,
    request,response,
    messages[msgnr].getMessageNumber() +
    "&part=" + i,
    "attachment");
    else if(messages[msgnr].isMimeType("text/plain"))
    out.print("<PRE>");
    out.print(messages[msgnr].getContent());
    out.print("</PRE>");
    else
    printHyperlink(attachmentLink,
    request,response,messages[msgnr].getMessageNumber() +
    "&part=-1",
    "open content");

    If you get impatient waiting for an answer, don't repost the thread. It makes people hate you. If you post a reply to your first one it will get moved back up to the top.
    Here's your old thread, in case you forgot:
    http://forum.java.sun.com/thread.jsp?forum=31&thread=307730

  • How do I change mail so only the most recent mail from a person opens?

    When I open mail and go to a new mail all of the files/documents that, that person has ever sent me from previous days open as well. The other emails that I do not want also show up on the right side of my mail in the preview the document part. How do I change it so that I only see the email I am clicking on not a scrolling document of all of the mail items the sender has sent me. Also how do I change it so I only see the most recent item (the one I am clicking on) in the preview email on the right side? Thanks

    In the View menu, uncheck (Expand All Conversations).

  • Reading Mail from Yahoo/Gmail

    Dear All,
    using SAP XI/PI is it possible to read a mail sent to my Yahoo or Gmail ID?
    (it's not a Project requirement)
    Thanks and regards
    Bhasker

    Hello!
    This has been also discussed in the thread
    Re: GMail account in Mail Receiver Adapter
    and the opener was able to successfully connect and exchange messages with the GMAIL server.
    The blog below might also be helpful:
    /people/prasad.ulagappan2/blog/2005/06/07/mail-adapter-scenarios-150-sap-exchange-infrastructure
    Regards,
    Lucas

  • Reading mail from ABAP

    Hi,
    I need to do some processing on the e-mails on the SAP inbox folder of some users...
    I've been trying with FM SO_DOCUMENT_READ_API1, but I get various exceptions as I try with different document ids...
    Maybe I'm not getting the document id the right way
    can someone point me in the right direction here?

    Hi,
    Please check this thread perhaps it may help.
    Re: Read Email Content
    Regards,
    Ferry Lianto

  • Download already read mail from POP

    Hello,
    I have a Yahoo! mail account that I download through Mail. I recently made a big mistake and nixed a bunch of messages. The messages are still on the Yahoo! mail server, but I can't get Mail to download them. I've tried marking the messages as "unread" in Yahoo! webmail, but Mail still won't download the old messages.
    How can I force Mail to get those old messages?
    Thanks,
    Dustin

    Try the following:
    Quit Mail first and using the Finder go to Home > Library > Mail > this POP account named folder (named by the user name and incoming mail server for the account) > MessageUidsAlreadyDownloaded2 file and empty the Trash.
    Launch Mail and if successful, any messages previously downloaded by Mail that remain on the server will be downloaded again along with any other messages that remain in the account's Inbox mailbox at the server not yet downloaded by Mail.

Maybe you are looking for