We want the send mail button on the mail box, just like wen you replay an e-mail

i want the sending buttom for e-mail on the mail box thai i am writing..

It sounds like you're looking for the button that sends emails you've written, but that haven't successfully been sent yet. The Get Mail button does this.

Similar Messages

  • Sharing multiple photos on IPad. I don't see a"share" button on the camera roll or on after I touch the send/share button on the upper right. What am I doing wrong?

    I'm trying to attach multiple photos to email.  Sounds simple....except I don't see a "share" button on the lower left side In photo roll or when I touch the send/share button.  Yes, that would be in photos.  What am I doing wrong?

    Tap the square with arrow on top right
    http://i1224.photobucket.com/albums/ee374/Diavonex/edb18be9.jpg
    http://i1224.photobucket.com/albums/ee374/Diavonex/c33705eb.jpg
    Note: Maximum five photos

  • I want to send a response from the servlet and then call another servlet.

    Hi,
    I want to send a response from the servlet and then call another servlet. can this happen. Here is my scenario.
    1. Capture all the information from a form including an Email address and submit it to a servlet.
    2. Now send a message to the browser that the request will be processed and mailed.
    3. Now execute the request and give a mail to the mentioned Email.
    Can this be done in any way even by calling another servlet from within a servlet or any other way.
    Can any one Please help me out.
    Thanks,
    Ramesh

    Maybe that will help you (This is registration sample):
    1.You have Registration.html;
    2.You have Registration servlet;
    3.You have CheckUser servlet;
    4.And last you have Dispatcher between all.
    See the code:
    Registration.html
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <HTML>
      <HEAD>
        <TITLE>Hello registration</TITLE>
      </HEAD>
      <BODY>
      <H1>Entry</H1>
    <FORM ACTION="helloservlet" METHOD="POST">
    <LEFT>
    User: <INPUT TYPE="TEXT" NAME="login" SIZE=10><BR>
    Password: <INPUT TYPE="PASSWORD" NAME="password" SIZE=10><BR>
    <P>
    <TABLE CELLSPACING=1>
    <TR>
    <TH><SMALL>
    <INPUT TYPE="SUBMIT" NAME="logon" VALUE="Entry">
    </SMALL>
    <TH><SMALL>
    <INPUT TYPE="SUBMIT" NAME="registration" VALUE="Registration">
    </SMALL>
    </TABLE>
    </LEFT>
    </FORM>
    <BR>
      </BODY>
    </HTML>
    Dispatcher.java
    package mybeans;
    import javax.servlet.http.HttpServletRequest;
    import javax.servlet.http.HttpServletResponse;
    import javax.servlet.ServletException;
    import java.io.IOException;
    import javax.servlet.RequestDispatcher;
    import java.io.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    public class Dispatcher extends HttpServlet {
        protected void forward(String address, HttpServletRequest request,
                               HttpServletResponse response)
                               throws ServletException, IOException {
                                   RequestDispatcher dispatcher = getServletContext().
                                   getRequestDispatcher(address);
                                   dispatcher.forward(request, response);
    Registration.java
    package mybeans;
    import java.io.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    public class Registration extends Dispatcher {
        public String getServletInfo() {
            return "Registration servlet";
        public void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
            ServletContext ctx = getServletContext();
            if(request.getParameter("logon") != null) {          
                this.forward("/CheckUser", request, response);
            else if (request.getParameter("registration") != null)  {         
                this.forward("/registration.html", request, response);
    CheckUser.java
    package mybeans;
    import java.io.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.sql.*;
    public class CheckUser extends Dispatcher {
        Connection conn;
        Statement stat;
        ResultSet rs;
          String cur_UserName;
        public static String cur_UserSurname;;
        String cur_UserOtchestvo;
        public String getServletInfo() {
            return "Registration servlet";
        public void service(HttpServletRequest request, HttpServletResponse response)
        throws ServletException, IOException {
            try{
                ServletContext ctx = getServletContext();
                Class.forName("oracle.jdbc.driver.OracleDriver");
                conn = DriverManager.getConnection("jdbc:oracle:oci:@eugenz","SYSTEM", "manager");
                stat = conn.createStatement(ResultSet.TYPE_SCROLL_SENSITIVE, ResultSet.CONCUR_UPDATABLE);
               String queryDB = "SELECT ID, Login, Password FROM TLogon WHERE Login = ? AND Password = ?";
                PreparedStatement ps = conn.prepareStatement(queryDB); 
               User user = new User();
            user.setLogin(request.getParameter("login"));
            String cur_Login = user.getLogin();
            ps.setString(1, cur_Login);
            user.setPassword(request.getParameter("password"));
            String cur_Password = user.getPassword();
            ps.setString(2, cur_Password);
         Password = admin");
            rs = ps.executeQuery();
                 String sn = "Zatoka";
            String n = "Eugen";
            String queryPeople = "SELECT ID, Surname FROM People WHERE ID = ?";
           PreparedStatement psPeople = conn.prepareStatement(queryPeople);
                      if(rs.next()) {
                int logonID = rs.getInt("ID");
                psPeople.setInt(1, logonID);
                rs = psPeople.executeQuery();
                rs.next();
                       user.setSurname(rs.getString("Surname"));
              FROM TLogon, People WHERE TLogon.ID = People.ID";
                       ctx.setAttribute("user", user);
                this.forward("/successLogin.jsp", request, response);
            this.forward("/registration.html", request, response);
            catch(Exception exception) {
    }CheckUser.java maybe incorrect, but it's not serious, because see the principe (conception).
    Main is Dispatcher.java. This class is dispatcher between all servlets.

  • The Send Email button function gives an Error

    Not sure what forum to post this in as I did some in Acrobat 9 and some in Designer 8.
    I created a name and address form and a dropdown combo in AA9 then saved and closed it.
    I then opened it in designer 8 and placed a "send by Email" button and closed it.
    I then opened the pdf file in Reader 9 (as a user would) Then filled out the form and clicked the "send by Email" button (sent to myself) it arrived as an .xml attachment and would not open....Just gave this error message
    Adobe Reader could not open 'poolcuetip_data(1).xml' because it is either not a supported file type or because the file has been damaged (for example. it was sent as an email attachment and wasn't correctly decoded).
    Is there a Fix for this error ?? (tried it several times)
    OR
    Can I put a "send email button" on the Acrobat form without having to open in Designer to do it.? If so How ??????
    TIA
    Tony

    You can create a button with Javascript to do what you want BUT it will
    not be reliable since:
    1) Some people use a web browser to receive and send email. Your button
    will not work.
    2) Some people will use a non-supported email client. For example, on
    the Mac, my email program Mailsmith won't work. Neither will
    Thunderbird. On the Windows side, my email client is Agent. It won't
    work either.
    It is nice that Adobe offers the possibility of using some email
    clients, BUT since it doesn't always work, it is an invitation to
    frustration.
    It is better to post the form on the web and use a script to get the
    information on the form. If you want, the script can email you the results!
    Mike

  • Designer8..The Send Email button function gives an Error

    I created a name and address form and a dropdown combo in AA9 then saved and closed it.
    I then opened it in designer 8 and placed a "send by Email" button and closed it.
    I then opened the pdf file in Reader 9 (as a user would) Then filled out the form and clicked the "send by Email" button (sent to myself) it arrived as an .xml attachment and would not open....Just gave this error message
    Adobe Reader could not open 'poolcuetip_data(1).xml' because it is either not a supported file type or because the file has been damaged (for example. it was sent as an email attachment and wasn't correctly decoded).
    Is there a Fix for this error (tried it several times)
    OR
    Can I put a send email button on the Acrobat form without having to open in Designer ? If so How ??????
    TIA
    Tony

    There are many restrictions on submit by email and they vary by the code used to perform the submit. If you use the builtin "mailXXXX" method the user must have Windows and and a MAPI enabled email client. And if you use the URI "mailto" format the user with Reader must be viewing the PDF from within a web browser. And then you have the timing problems with slow computers or larger PDF forms. And this does not even start to cover email filters, identity issues and son on.
    If you can use the sumbit to server script.

  • Read Mail button on the toolbar doesn't open my default mail program

    I've just reinstalled Firefox 17.0.1 (and everything else) following a crash. I'm running Windows 7 Home Premium, with Windows Mail (not Live Mail) set as the default email program and I've added a Read Mail button to the Firefox toolbar: all this is exactly as it was before the crash. Windows Mail is selected in Tools/Options/Applications/mailto, and also runs perfectly from its desktop icon.
    However, clicking on Read Mail doesn't open Windows Mail as it used to.
    I get the message "The application could not be found, please use Toolbar Buttons's options window to correct this". I'm not clear on what it is I'm being directed to do. What and where is the "Toolbar Buttons's options window"?
    Many thanks.

    That did it. Thanks very much indeed.

  • When recording voiceovers, I click the stop recording button at the end, but I can't figure out how to get rid of the "click" sound before I send off the recording!

    When recording voiceovers, I click the stop recording button at the end, but I can't figure out how to get rid of the "click" sound before I send off the recording!

    njordan wrote:
    I can't figure out how to get rid of the "click" sound before I send off the recording!
    drag the BottomRight edge of the region to the left, past the unwanted sound

  • How to clear the send recipient history on the mail?

    How to clear the send recipient history on the mail?

    If you are talking about clearing the autocomplete email suggestions that are given when addressing emails, these can't be deleted without restoring your phone as new.

  • After choosing a jpg for upload, the "Upload File" button on the organization's receiving site of does not respond. The second problem: it's impossible to highlight more that one file at a time.

    Clicking the first file, holding down shift and clicking the last file doesn't work. I've tried all manner of command, control, shift combos without success.  This one-at-a-time attachment problem also happens in web mail.  Are these two issues related?  Thanks for non-techie solutions for both issues.  I have Safari 5.0.6 (5533.22.3) and Leopard.

    Thanks for your response.  I do have javascript turned on (not java).  To answer your question,
    I was trying to upload 3 jpgs to the submissions page of a visual arts website. I could only highlight one jpg at a time in the "Choose File" option, and then the "Upload File" button of the submissions page would not respond.
    It's an ongoing problem with this site (I'm the only one with this issue and there are a lot of submissions). I have to send the images as email attachements to the administrator of the site.  When doing this via webmail, I still the one attachment at a time problem, but the images get to the administrator.  Thanks for helping.

  • How can i create the blue "I"-Button for the Documentation in a view

    How can i create the blue "I"-Button for the documentation in a view?
    I want to prepare the button with user specified Information...
    and where must be create the documentation?
    thanks
    Edited by: DDC-TD on Apr 24, 2008 10:22 PM

    you have not mentioned where do u want the " I " information button ,
    1. If u want for a report , u can get the information button on selection-screen only .
       if u goto se38 on the mail screen u will find a radio button for documentaion ,
    when u select it and click 'create' or 'change' , an editor will open and u can document anything there ....
    2. Or specify where u want  info button .
    thanks ,
    reward points if usefull.

  • In FF 7.0.1, the New Tab button on the Tab Strip disappeared after clicking the Tab Group icon and trying to return, so I'm looking for advice on how to get the New Tab to reappear on the Tab Strip.

    In Windows Vista, FF 7.0.1, I selected the Tab Group button to try it out. However, when I selected the Tab Group button again to close that view, the New Tab button in the Tab Strip no longer appears. I'm requesting help to restore the New Tab button (has the "+" sign on it) on the Tab Strip just to the right of the currently open tabs.

    You can find the New Tab button showing as a '+' on the Tab bar.
    You can open the Customize window and drag the New Tab button that shows as a plus sign (+) from the Tab bar on another toolbar and it will become a regular toolbar button like the New Tab button that you have in Firefox 3 versions.<br />
    Open the Customize window via "View > Toolbars > Customize" or via "Firefox > Options > Toolbar Layout"
    If you can't find the New Tab button then click the "Restore Default Set" button in the Customize window.
    If you want the New Tab button at the far right end of the Tab bar then place a flexible space to the left of it.

  • Can we disable the default push buttons on the ALV Grid

    Hi,
        Can we disable the default push buttons on the ALV
    Grid Control...
        If so, pls send me the procedure...
    thanks and regards
       raghu

    Hi,
    In the PBO:
      PERFORM f9100_exclude_functions USING :
                             i_exclude[]  '&CHECK',
                             i_exclude[]  '&REFRESH',
                             i_exclude[]  '&LOCAL&CUT' ,
                             i_exclude[]  '&LOCAL&COPY',
                             i_exclude[]  '&LOCAL&PASTE',
                             i_exclude[]  '&LOCAL&PASTE_NEW_ROW',
                             i_exclude[]  '&LOCAL&UNDO' ,
                             i_exclude[]  '&LOCAL&APPEND',
                             i_exclude[]  '&LOCAL&INSERT_ROW',
                             i_exclude[]  '&LOCAL&DELETE_ROW',
                             i_exclude[]  '&SORT_ASC',
                             i_exclude[]  '&SORT_DSC',
                             i_exclude[]  '&FIND',
                             i_exclude[]  '&SUMC',
                             i_exclude[]  '&SUBTOT',
                             i_exclude[]  '&MINIMUM',
                             i_exclude[]  '&MAXIMUM' ,
                             i_exclude[]  '&VGRID' ,
                             i_exclude[]  '&VEXCEL' ,
                             i_exclude[]  '&VCRYSTAL',
                             i_exclude[]  '&HTML',
                             i_exclude[]  '&MAINTAIN',
                             i_exclude[]  '&SAVE',
                             i_exclude[]  '&GRAPH',
                             i_exclude[]  '&HELP',
                             i_exclude[]  '&ALL' ,
                             i_exclude[]  '&SAL' .
    *                         i_exclude[]  '&EXCLALLFC'.
    *&      Form  f9100_exclude_functions
    * This form exclude buttons  from the toolbar.
    *      -->P_IEXCLUDE  text
    *      -->P_1150   text
    FORM f9100_exclude_functions USING   pexclude LIKE i_exclude
                                   value(pfunction).
      DATA: l_exclude TYPE ui_func.
      l_exclude = pfunction.
      APPEND l_exclude TO pexclude.
    ENDFORM.                    " f9100_exclude_functions
    This will exculde the default push buttons.
    Let us know if it works for you.
    Regards,
    Anjali

  • Hiding the "Manage Substitution" button in the UWL IView

    I am trying to hide the "Manage Substitution" button in the UWL IView but I can not figure it out.  I have tried looking at all of the documentation I can find and none of it describes how to hide the button.  Can anyone help me out?

    Manage Substitution button you see is an Action triggered by UWL. Action name is "launchSubstitutionManager".
    If you want to remove total support for substitution, set the IView Property "Display substituted user selector" (in PCD content) to "no" or "false".
    If you want substitution feature,but dont want to display manage substitution button, then add "launchSubstitutionManager" to the IView Property "List of UWL Actions to exclude"
    Hope that helps.

  • TS3276 Where is the read receipt button on the Mac Pro email?? I have NOT been able to find it?

    Where is the Read Receipt button in the Mac Pro email?

    There are no Read Receipts in Mail.

  • Is there a way to remove or disable the "Clear List" button from the downloads list?

    Is there a way to remove or disable the "Clear List" button in the downloads list? I like to _keep_ my list populated with what I've downloaded but occasionally end up with it getting clicked on accident and lose the whole thing. Given that "Tools > Clear Recent History" dialog can accomplish the same thing I find Clear List to be irritating. So can I get rid of it in any way?
    == This happened ==
    Just once or twice
    == my brain lapsed on me ==
    == User Agent ==
    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.70 Safari/533.4

    Hello Chris.
    # go into ''Help > Troubleshooting Information...''
    # click ''Open Containing Folder''
    # in the folder that appears (new windo in windows explorer), go into the folder ''chrome''
    # open the file ''userChrome.css'' with a text editor
    # at the end of the file, in a new line, add the following code:
    <code>
    button#clearListButton
    </code>
    I haven't tested this, but it should work flawlessly. You can always erase this line if you want the button back. This will only work on your Firefox profile. If you want these changes to span across all Firefox users on your computer, please tell me.

Maybe you are looking for

  • Configuration Template Builder WL8.1 does not work

    Hello,      After spending nearly 2 days now trying to get a Configuration Template built, I've concluded this simply does not work. Has anyone used the Config Template builder to package a semi-complex application on top of WLI?      I'm trying to h

  • Edit in Photoshop Elements 9

    According to the help files, I should be able to click Photo > Edit > Photoshop Elements. I installed PSE after installing Lightroom.  What is the procedure for enabling this feature? Thanks.

  • Dock not appearing, can't open HD

    It's a 17" PPC 1ghz Powerbook. Has been working fine. Suddenly I boot up and the dock will not appear (I had it set to autohide but cannot get it to come out) Further, if I try to open Mac HD it does not open, the desktop menu bar "blinks" as if Find

  • What cable hookup should I use for DAT to hard drive conversion

    Hi, I have a Fostex D5 Dat machine with xlr & optical digital outputs and analog I/O right/left channels. I want to get these DAT tapes into my iMac (I have Logic 7 and will simply be using it to copy these to an external drive and then later master

  • ADOBE AUDITION Download Assistant Keeps Freezing. Can't click anything.

    I'm trying to download a trial of adobe audition cs6. The "download assistant" is not being of much assistance. It keeps freezing, and I cannot click through to anything. I created an "adobe account", it says, "hello, mackinley" at the top and "sign