Support for "Display Name"

Hi,
While sending the mail using javax.mail, do we have any way to specify the "Display Name" for an email i.e. I want to specify the display name for an email apart from "From" email address. I don't want to see the email address as the "From" entity...it should have a name (under which obviously there will be an email address).
Any clues?
Thanks,
Deepak.

Thanks Paul, it works!!! I missed such an obvious thing..:-)
+Deepak.                                                                                                                                                                                           

Similar Messages

  • Internationalization support for File Names

    I want to know does it make sense to provide multilingual support for File Names. Say, I have a file called PurchaseOrder.pdf and it will be sent to users as an email attachment. We can localize the file name(for example, in Chinese: 订单.pdf).
    But I want to know whether it is a standard to localize the file name. If not, should it be given in English, no matter which locale the user is using.
    Thanks in advance
    Edited by: Giritharan on Feb 1, 2010 1:53 AM

    ... hopefully you will not have to send another document to the same deliverer the very same day. Even if you add the minutes, a date tells you nothing about the contents. This is no problem as long as I receive nothing but purchase confirmations from you. But as a customer I will receive both sales confirmations and invoices, and then I think it's nice to see what the document is about.
    By the way, a person working in an international trading company is supposed nowadays to understand the English words "purchase, sale and invoice", isn't it? Maybe in 50 or 100 years from now Chinese will be the lingua franca. So be prepared for a change ;-)

  • How to enable regex validation for display name attribute?

    I need to put some control around the display name attribute (for all objects in the system). However, when I go to administration => schema management => all attributes => display name, I see the regular expression text field under validation
    tab is disabled for display name. How can I enable this? I see there is already an MPR called "Administration - Schema: Administrators can change selected attributes of schema related resource" which is granting admins to change the schema of
    the display name attribute, but it does not seem to help for the above scenario. Can someone please help?

    Hi,
    This is true for all attributes, not just Display Name. As long as an attribute has a non null value, you will not be able to change the regular expression of that attribute at the schema level.
    I don't know if nullifying display attribute for all user objects (assuming you are talking about binding between Display Name and a Person/User object) is an option. If so, its worth considering.
    If that is not an option, then assuming your data entry is coming from the FIM Portal and not any other external system like a custom portal, then you are ONLY left with regular expression validation at the RCDC level.
    Thanks,
    Jameel Syed |
    Identity & Security Strategist | [email protected] |
    Simplified Identity and Access Management

  • Page slow - Disabled grid support for display point

    The page loads slowly and it shows the following debug entries "Disabled grid support for display point".
    There is as well global page 0's regions in the page.
    I can't figure out which page regions/items are our exceeding the grid.
    The show-grid on the page shows green grid, but hmm. cant figure out the amount of grids.
    1. Where to look for this grid + items problem in the Page Designer?
    Application Express 5.0.0.00.31
    Oracle Database 12c Enterprise Edition Release 12.1.0.1.0 - 64bit Production
    Theme 25, subscribed from Apex5 repository
    Upgraded application from 4.2
    Two Level Tabs - Left Sidebar
    Elapsed
    Execution
    Message
    Level
    0.13712
    5.94805
    Disabled grid support for display point BODY because there are no more grid columns available!
    2
    6.08515
    6.19260
    Disabled grid support for display point BODY because there are no more grid columns available!
    2
    12.27775
    Page contains page items/buttons which are  not assigned to a region!
    2
    Rgrds Paavo

    Hi, found inefficient sql and by using Tuning Advisor I was able to tune them, so now it renders faster.
    When looking the LEVEL9 debugs there are still those rows with
    0.40106
    0.00180
    Disabled grid support for display point BODY because there are no more grid columns available!
    and
    0.56902
    0.00003
    Page contains page items/buttons which are not assigned to a region!
    0.56906
    0.00010
    ......Render page items and buttons
    0.56916
    0.00038
    ...No grid layout necessary, because
      everything is displayed in first column
    So the question are those messages 'harmless' and can I leave the page as it is or should I try to find what is leaking on the page?
    What is the consequence of Disabling grid support - messed page on certain browser?
    Is there method to show how many GRID's there are (12 ?) and which page item is in which grid.
    Rgrds Paavo

  • JDBC 10g - Support for TNS name entries

    Hello,
    I found the following statement:
    JDBC-Thin support for TNSNAMES.ORA Lookup: similar to JDBC-OCI, both client-side and server-side JDBC-Thin can now read the local TNSNAMES.ORA file to resolve service name or TNS alias. Consequently Java in the database will also be in position to reference external Oracle database, using service name. See the JDBC documentation for more details.
    in the Oracle white paper "What’s New for Java DB, JDBC, and Database Web Services in Oracle Database 10g". However, I have found several statments/notes in the accompanying 10g JDBC documentation that appear to directly contradict the statement above. For example, the following note:
    Note:
    Because the JDBC Thin driver can be used in applets that do not depend on an Oracle client installation, you cannot use a TNSNAMES entry to set up a Thin driver connection.
    Does anybody know if the JDBC Thin driver supports connection via a TNSNAMES entry? If so, can you direct me to the documentation on how to use it.
    FYI, I have managed to establish a connection using a TNS alias and JDBC-OCI as follows:
    OracleDataSource ods = new OracleDataSource();
    ods.setTNSEntryName("MyTNSAlias");
    ods.setUser("scott");
    ods.setPassword("tiger");
    ods.setDriverType("oci8");
    Connection conn = ods.getConnection();
    However, if I set driver type to "thin" instead of "oci8", I get the following error:
    Exception in thread "main" java.sql.SQLException: Io exception: SO Exception was generated
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:179)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:333)
    at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:404)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:468)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:314)
    at java.sql.DriverManager.getConnection(DriverManager.java:525)
    at java.sql.DriverManager.getConnection(DriverManager.java:140)
    at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:169)
    at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:108)
    at prototype.TNSTest.main(TNSTest.java:36)
    Thanks in advance.

    Hi,
    I wrote the white paper in question and am in position to confirm that in 10.2, JDBC-Thin does indeed support tnsnames.ora; you need to specify the location (i.e., directory) of the tnsnames.ora file in the oracle.net.tns.admin system property
    java -Doracle.net.tns_admin=$ORACLE_HOME/network/admini have working examples in my book.
    I'll have it fixed in the online doc, our printed doc is sometimes out of sync.
    Kuassi http://db360.blogspot.com

  • IPad 2 Lack of Apple support for Display Issue

    Recently I puchased two Ipad2's and one has a distinct yellowish tinge to all display white areas compared to the othe ipad2.  I realise there is some variability in the displays but this is quite a noticable difference leaving the entire display generally darker at various brightness levels compared with other ipad 2's I have compared it with.  For example, entering the  setup menu the greys are much darker and this does not appear to be an intensity issue.  Increasing the brightness does not solve the colouration issue.
    I contacted Apple express support today and as the iPad2 is still within the 14 days I asked for it to be replaced.  The Apple support representative refused stating I had to submit the item for service instead at my nearest apple service agent to have the issue assessed and corrected.  I have apple care on the ipad2 and was under the impression Apple normally honor the 14 day refund / exchange policy.  I spent considerable time on the phone with Apple Australia today and tried a hardware reset and answered several questions etc I am not using a screen protector either as the item is literally just out of the box.  Given the holidays I will not be able to get the unit into Apple servcie until after the 14 days expires.
    Has anyone in the forum experienced a similar issue with the display and had issues with Apple debating if there is a hardware problem with the display?  Or is there any way to fix the issue I have not already tried?  This is really annoying.  Normaly I would not worry about minor display differences but the issue seems to make the images darker on comparative measurements against other ipad2 units including the one I bought for my wife.  The only difference in the latter case is my ipad2 with problem display is a black model 32GB versus the 16GB white model ipad2 my wife has.

    Thanks for the advice, but there is no Apple store within the city I live.  The nearest is 300 km away.

  • CamelCase support for Logical Names.

    It is possible to have cammelCase when naming logical entities. can we make this a preference. so that people that want to see uppcase names can set it, or can have it in camelCase?
    At this time when creating a logical entity, my only choice is to use FISCAL_CALENDAR, However I wanted to be able to display FiscalCalendar.

    Do you mean in the context of reverse engineering and merging? (A mixed case name remains mixed in the properties -- it is only displayed as SHOUT)
    I can use mixed case in forward development in the logical layer.
    To change the display try switching:
    Preferences > Data Modeler > Diagram > Logical Model > choose Bachman rather than Barker notation.
    cf.:
    Re: Entity name showing all upper case only in Logical Model
    It is interesting that reverse engineering and merging a view using Barker does result in mixed case display in contrast to doing the same with a table.
    Edited by: KevinDavis on May 7, 2012 1:57 PM

  • FireFox support for ERecruitment

    Does anyone have a document on browser support for ERC?
    I tried Firefox, but am getting a BSP error.

    Hi Sunil,
    the browser support is not defined by the application but by the Support Package Stack of your Netweaver.
    Please take a look at service.sap.com/pam.
    Within the product avaialbility matrix (its a powerpoint) you will see, which technology (e.g Web Dynpro or BSP) is supported by which browser, if you have a specific basis support package.
    For example Firefox 3.0+ and IE6.0 plus are supported for display of BSP and Web Dynpro if you have Netweaver 7.0
    Best regards
    Sebastian

  • Is it possible to have 2 display names (one for internal use; the other for external use) in Active Directory?

    The idea:
    When communicating amongst our own staff via email we'd like to see our display names in this format:
    Firstname Lastname (Division/Department/Branch/Unit)
    Whereas, when we send emails to people outside the company, we'd like to be seen as:
    Firstname Lastname (Company Name)
    Is this technically possible?
    Regards,
    Anthony

    Please read about Exchange Simple Display Name if you are using Exchange in your environment. It should be suitable for your needs, but as far I know not every Exchange version support it.
    In Exchange 2003 this Simple Display Name was at Advanced tab of user, but now..
    With Exchange 2013, SimpleDisplayName is configured using Exchange Management Shell (EMS)
    Example:
    Set-Mailbox ALIAS -SimpleDisplayName $True
    ..and as with Exchange 2007/2010, you will need to enable UseSimpleDisplayName on RemoteDomain.
    If you found my post helpful, please give it a Helpful vote. If it answered your question, remember to mark it as an Answer.

  • How to change the display name for Gmail aliases?

    I have a Gmail account with multiple aliases. They look like this:
    Joe User <[email protected]> (Primary)
    Support <[email protected]> (Alias)
    Billing <[email protected]> (Alias)
    Works great. I'm trying to set up Apple Mail on my new MacBook to support the aliases as well. I am able to input the e-mail aliases, but the display names for all are 'Joe User' which defeats the purpose of having the aliases.
    I have to imagine I can do this. Can someone help me out?
    Regards,
    Dave

    Anyone came here, refer to this post.
    http://h30499.www3.hp.com/t5/Community-Feedback-Suggestions/change-of-display-name/m-p/6667672/highl...

  • Name of the standard FM called for displaying address in Smartform.

    Hi all..
    Wat is the name pf the standard FM that is called wen we use address in smartform,inputting the address number...
    Regards
    Rudra

    Hi,
    if we Inclue Address in Address Node, System reads address data directly from the data base tables.
    Inserting addresses:
    One can use the address node to insert an address into the form. This guarantees that the address is formatted according to the postal rules of the sender country.
    1) To create an address node , call the context menu for that node in the tree structure that one wants to contain the text and choose create->text
    2) Enter a name for the node and a description
    3) Determine the address type on the general attributes tab
    4) For organizational addresses one has to specify the address number, for any other one has to specify the person number and the address number
    5) In the box additional addresses one can maintain other attributes to specify how to display the address
    Addresses are printed using the ADDRESS_INTO_PRINTFORM function module.
    To enable the ADDRESS_INTO_PRINTFORM function module to call existing versions of an address for print output, the application program has to transfer the address number for address type 1, or the address number and person number for address types 2 and 3, to the function module or to SAPscript/SAP Smart Forms.
    If SAPscript/SAP Smart Forms are used for printing, the address number (or address number and person number) is to be specified here as a parameter. The ADDRESS_INTO_PRINTFORM function module then controls internally which version of an address is printed:
    In the standard system, printing of address versions is only supported for Japan. Besides the default version, the versions Kanji (K) or International (I) can also be printed.
    follow these links for brief information.
    http://www.sap-press.com/downloads/h955_preview.pdf
    Regards,
    Omkar.

  • How to change my display name on Skype for Android...

    I want to change my Skype display name and don't have access to a computer, just my Nexus 9. Can I do it?

    Hi, satanfiras, and welcome to the Community,
    Skype does not permit an account name to be changed once it is created.  More information regarding changing a name as it is displayed can be found here:
    https://support.skype.com/en/faq/FA110/can-i-change-my-skype-name-or-display-name-in-skype-for-windo...
    The article is also customized for Mac.
    Regards,
    Elaine
    Was your question answered? Please click on the Accept as a Solution link so everyone can quickly find what works! Like a post or want to say, "Thank You" - ?? Click on the Kudos button!
    Trustworthy information: Brian Krebs: 3 Basic Rules for Online Safety and Consumer Reports: Guide to Internet Security Online Safety Tip: Change your passwords often!

  • How can I customise Thunderbird message columns to show sender raw address (not display name) and the "Received for" email address that was used to reach me?

    I find it increasingly important to be able to see a sender's actual email address rather than just display name, as they usually don't show a company name - which a domain always would. Is there a way to customise settings/write a script/tweak files to add raw email & domain name columns? When dealing with a number of people at the same company it is hard to order or glance through a list of emails to find them. I also know 2 people with the same name at different companies and it is impossible to distinguish!
    Secondly, as a related column addition, since a number of email aliases reach me it would be useful to have a column to show the "Received..for" part of the message source which reveals the actual email used in the To/CC/BCC which led to me. Again can this be tweaked or scripted?
    I have programming experience but have not made add-ons and would be open to a suggestion which involves creating a custom add-on if adding columns with custom values is possible that way.
    Best Regards,
    Drew

    Extended message headers can be searched from Edit/Find/Search Messages, or the folder context menu, by adding custom headers to the search criteria. So, you might be able to create a search on specific properties of a message.
    The method of adding custom headers to searches is the same as the one described here for filters:
    http://kb.mozillazine.org/Filters_(Thunderbird)#Custom_headers

  • Apple changed my Apple ID to the email address associated with my iTunes account. I now can no longer access my account because the old user name is no longer valid and has no password. I have been on the phone with tech support for hours trying to fix.

    Apple changed my Apple ID to the email address associated with my iTunes account. I now can no longer access my account because the old user name is no longer valid and has no password. I have been on the phone with tech support for hours trying to fix this. I can not update any of the apps associated with that user name.

    Is this itunes on the iPad or on my computer? Thank you for the reply.

  • How to get the DISPLAY name for a page in 309

    How do I get hold of the page DISPLAY name in Portal 309?
    I need it for the purpose of created a custom greeting and page menu tree.
    I can get the main internal name, but not the user friendly display name. It must be stored somewhere!
    Regards,
    John

    Did you find an answer for this? I am attempting to do the same thing. I want to create a portlet with all available pages to a user. I can not seem to find the display name table.
    [email protected]

Maybe you are looking for

  • List view - how to set spacing

    I am running Mavericks on a MBP and want to set List view so the Name column doesn't stretch out all the way across the window - I want it to default to something only 1.5-2 inches on screen, so I can easily see and order things by the other columns

  • Calendar display issues for "All Day Events" coming from Exchange Server

    My problem is with the display of All Day events. I'm running a 3gs, Outlook 2007 on winxp, connected to a Exchange 2007 server. When an all day event is put in for multiple days the phone calendar displays it as starting at midnight going to midnigh

  • Help with inserting pages into a PDF form

    Hi everyone, I used LiveCycle Designer ES for the first time to make a fillable PDF form.  The form works splendidly, but the users wish to insert PDF pages to the end of the form before submitting (using Acrobat). I can't figure out how to allow thi

  • RFC to BPM and backward. error SYNCHONOUS_MESSAGE

    Hi everybody! Help me pls! I am learning BPM and want to make easy synchronous example. RFC sends the request to BPM and recieves the response. My RFC is named Z_TEST_CALL_WEBSERVICE. I have created: in Design mi_rfc_request - abstract asynch interfa

  • Application-client.xml - resourceBundle

    Hi.. I have a problem creating a standalone application client... I have crated an application-client.xml file containing ejb-refs to 2 Sessionbeans : Like this -> <ejb-ref> <ejb-ref-name>bean/AdvisorProxy</ejb-ref-name> <ejb-ref-type>Session</ejb-re