Invoke the application mail with built-in BCC fields?

Is this possible and if so how - because you can predefine the subject, fields of body, but I am interested in the BCC

Hello dx22,.

Currently, it is not supported to fill the BCC field programmatically.

Erik Oros

BlackBerry Development Advisor

Tags: BlackBerry Developers

Similar Questions

  • Invoke the E-mail with attachment

    Hi guys,.

    IM I invoke the email with a built-in attachment application.
    I read to analyze the data in the JSON Format to the InvokationRequest, but I'm not sure how exactly to proceed.

    Here's what I have so far

    InvokeManager invokeManager;
    InvokeRequest request;
    
    request.setTarget("sys.pim.uib.email.hybridcomposer");
    request.setAction("bb.action.COMPOSE");
    request.setMimeType("message/rfc822");
    
    QVariantMap mail;
    
    mail.insert("to", QUrl("[email protected]"));
    
    request.setMetadata(mail);
    
    InvokeTargetReply *reply = invokeManager.invoke(request);
    

    AFAIK, this should add the address [email protected] mailto-field, but it's not.

    Does anyone know what im doing wrong or what is missing.

    THX

    Smolof

    Sorry for the delay. Here is how I got it working this morning.

    void InvokeEmail::sendEmail() {
        InvokeRequest request;
        request.setAction("bb.action.COMPOSE");
        request.setMimeType("message/rfc822");
        QVariantMap data;
        data["to"] = (QVariantList() << "[email protected]");
        data["subject"] = "This is a subject";
    
        data["body"] = "Hello there, things are great!";
        QString logpath = "/accounts/1000/shared/documents/test.pdf";
        QString logpathEncoded = QString(QUrl(logpath).toEncoded());
        qDebug() << "## LOG PATH: " + logpathEncoded;
        data["attachment"] = (QVariantList() << logpathEncoded);
        QVariantMap moreData;
        moreData["data"] = data;
        bool ok;
        request.setData(bb::PpsObject::encode(moreData, &ok));
    
        m_invokeManager->invoke(request);
    }
    

     

  • I changed my email online password and now I can't any message in the Mail application. How to upgrade the application Mail with my new password?

    I changed my gmail online password and now I can't any message in the Mail application. How to upgrade to the Mail application with the new password? I looked at the previous questions, and they were told to go to the preferences, accounts, then enter it in the password section. However, I can't find any password section.

    It would help enormously if you posted the OS you are using. 9.2.1 IOS has nothing to do with your MacBook Pro.

    In Mail, try to go to the window menu and choose connection doctor.

  • Cannot open the application "Mail" because PowerPC applications are no longer supported

    I work on a MacBook Pro mid 2012

    Intel Core i5 2.5 GHz

    OS X El Capitan 10.11.6

    The Mail app suddenly quit and when I tried to resume, I got this message

    "Cannot open the application"Mail"because the PowerPC applications are no longer supported."

    This also happens with the "Maps" app

    All Mac software are up to date, but "Mail" has been working fine since my last update that was awhile ago.

    I am confused to say the least. Suggestions? Thank you!

    If you do a Get Info (command - I) on Mail and Maps applications, what version numbers do you see?

    Try a reboot.

    Make a backup using Time Machine or a cloning program, to ensure that data files can be recovered. Two backups are better than one.

    Try to set up another admin user account to see if the same problem persists. If back to my Mac is enabled in system preferences, the guest account will not work. The intention is to see if it is specific to an account or a system wide problem. This account can be deleted later.

    Isolate a problem by using a different user account

    If the problem is still there, try to start safe mode using your usual account.  Disconnect all devices except those necessary for the test. Shut down the computer and then put it up after a 10 second wait. Immediately after hearing the startup chime, hold down the SHIFT key and continue to hold it until the gray Apple icon and a progress bar appear. Startup is considerably slower than normal. This will reset some caches, forces a check for directory and disables all start-up and connection, among other things. When you restart normally, the initial restart may be slower than normal. If the system is operating normally, there may be 3rd party applications that pose a problem. Try to delete/disable the third-party applications after a reboot using the UN-Installer. For each disable/remove, you need to restart if you do them all at once.

    Safe mode - on El Capitan

    Start Mode without failure-El Capitan.

  • Invoking the application when you click on a link in the browser field

    Hi all

    Is it possible to invoke the application by clicking on a link/button to the browser field?

    The link/button would be a part of the web page displayed in a browser field. If the user clicks on it, it should be taken to the corresponding screen in the native application.

    Can someone let me know how this can be done in BlackBerry?

    Thank you much in advance.

    I could it implement successfully with the help of HTTPFilterRegistry (net.rim.device.api.io.http.HttpFilterRegistry).

    An example of the same project is available in the samples of BlackBerry in the Eclipse IDE (HttpFilterDemo).

  • Is there a way to mark an e-mail as high priority when you compose a message in the application Mail in Windows 8?

    You used to be able to do that in Windows Live Mail, and you can always do it in the new web Outlook e-mail interface.

    I can't find in the application Mail in Windows 8.
    Also, when asked on twitter, @WindowsSupport actually has responded saying, they "couldn't fins of the info on it. Let us know if you find an answer"on the support forums.
    Perhaps, it can be added on a coming soon future update?

    Yes, it can be done now.

    After you click new (+) to create a new message, click show more to the left (under the Cc box). You should now see a menu drop-down labeled priority appear below the BCC box that you can use to select high/normal/low priority.

  • How implement storage files and save emails in the application Mail in Windows 8

    Know Windows Live Mail which allows me to create storage locations and drag emails to them for future use, but cannot see how to proceed with the application Mail in Windows 8.

    I thought about it.  I decided to include 4 emails from different vendors in my Mail in Windows 8 application and realized that they all had different folder list.  Each folder in the application list was exactly the same as it has been implemented in my original email with the vendor account. for example, gmail, Hotmail, etc.

    I connected to each of my email on the suppliers Web site accounts and created new folders here.  When I went back to the application of Mail Windows 8 all my new files now posted.

    The App is just to import what you have already set up.  You cannot create folders in the application itself.

  • In Labview 8.6 and MAX, I can change a scale for a voltage read the string in a task once the application has been built and installed.

    In Labview 8.6 and MAX, I can change a scale for a voltage read the string in a task once the application has been built and installed on a second PC. Where's the info of the scale which is held?

    Hello

    Once you have built your VI and compiled into an executable file and deployed on another machine, it essentially becomes a file read-only, which means that you will not be able to change the balance in this deployed application.

    Kind regards

    Marcus

  • Invoking the application of a midlet blackberry email client.

    Hi guys, I am trying to invoke the blackberry native E-mail application, trying to do until now I'm able to view email compose screen and the data filled in, but my problem is after he gets invoked from in my application it never get all events, as I can not kick it, the BlackBerry shortcut menu does not appear the menu only one that works is the menu that appears by pressing the keys (trackball).

    All events, including the characters of that type in the body of the message i don't get it.

    Please help me.

    what I have done until now is the following:

     net.rim.device.api.system.Application.getApplication().invokeLater(new Runnable()
                {
                    public void run() {
                        MessageArguments mArgs = new MessageArguments                                          (MessageArguments.ARG_NEW,to,msubject, mbody);
                        Invoke.invokeApplication(Invoke.APP_TYPE_MESSAGES, mArgs);
    
                    }
                });
    

    with the code above in invokeLater, I even tried without invokeLater but in vain.

    my scenario is a user clicks an option in the menu contextual app Feeback Email application opens and with the preset values user can edit too with his comments.

    Thank you

    JH

    Thanks guys, but now I found the solution for my problem mentioned above.

    the issue was with event management, even if my app was painted with screen e-mail editor events received to my main application screens, so I put control of all handlers on the current active form.

      public boolean checkActiveScreen()
       {
           net.rim.device.api.ui.Screen scr = net.rim.device.api.ui.UiApplication.getUiApplication().getActiveScreen();
           net.rim.device.api.ui.Field f = scr.getFieldWithFocus();
           if(null != f)
           {
               return false;
           }
             if (scr instanceof net.rim.device.api.ui.container.FullScreen)
            {
                return false;
            }
            else if(scr instanceof net.rim.device.api.ui.container.MainScreen)
            {
                return false;
            }
            else if(scr instanceof net.rim.device.api.ui.container.PopupScreen)
            {
                return false;
            }
    
           return true;
       }
    

    If the function above has solved my case.

  • Invoke the application via a custom protocol URL browser

    With the new breed of OAuth2 API such as Pocket there is now more and more need for apps complement the OAuth2 flow in default browser OS outside the Application. It also means that once the Auth process is complete, there must be a way to invoke app or pass data to browser application via redirect URL.

    Currently it seems achievable on platforms like android by registering a custom for an application URL protocol handler. This way browser can use redirection what custom URL with a Protocol and application would be invoked via redirects and the address bar of the browser.

    I see that current invocation framework supports the URI patterns but I can't make it work, can someone point me to any example of code that allows the invocation of application via browser?

    This sample project should show you what files are used for oauth2 https://github.com/kylefowler/foursquare

  • Invoke the application of a Message

    Hi guys,.

    I would like to know if it is posible to invoke a java application that is customized using a tag html (href or something like that) which is part of the e-mail message.

    (for example)

    -----------------------

    The e-mail message body

    Please accept this agreement

    Accept Decline

    -----------------------

    I want to select Accept and launch an application.

    No idea how I can get this approach, or a suggestion.

    Thanks for your time.

    I think that this article will help you.

    How to-to comparison models in the BlackBerry smartphone to provide a user experience integrated applications
    Article number: DB-00525
     
    http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800332/800505/800608/...

  • "could not synchronize messages" error in the application Mail in Windows 8

    Hello

    I really like the windows8mail application; However, I can only view the emails in my 'box' for my non-windows accounts.

    For example, I entered my Apple (@me) account information in the e-mail application.

    I can easily receive and check my emails in my 'box '.

    but when I click on my Envoy, Junk, deleted or any other mailbox, I get the message "could not synchronize messages.

    Furthermore, I can not SEND the EMAILS too!

    I have this problem with non-windows accounts. non of the above is experienced with my @live account.

    I fixed my problem by following the icloud on this site e-mail settings:

    http://miapple.me/2012/11/03/setting-up-icloud-email-in-Windows-8-mail-app/

    Thanks a lot so :)

  • It a way to re - sign the application developed with Adobe DPS?

    Hi everyone, I explain a problem I have with the simple edition of DPS (it useful that is until May) to see if anyone knows a solution. I developed an application for a client, but the client wants to publish the Apple Developer app with your name. How to export the .ipa .zip Dps request certificates Apple account and logically put mine... (customer is a large company and I do not give me your password Apple etc) you know if there is some way they can re-sign the app? As you do when you develop an application for a client who wants to publish themselves?

    If the app is not yet published. Ask your customer to create certificates to their Apple Developer and download them. Zip and e-mail to you.

    Change app using their certificates.

    Then connect to their iTunes connect and create some app, complete details of the app. Download distribution.zip using the application loader.

  • How to invoke the default mail app in BlackBerry

    Hi all

    Is it possible to invoke the default BB from code messaging application? In my application, I just need to invoke the email application when you click on a button. Please help me.

    Thank you much in advance.

    This should help:
    http://docs.BlackBerry.com/en/developers/deliverables/11935/Create_new_populated_email_msg_565427_11...

  • Invoke the application using the link

    Hi all, I'm calling my application for the bb.action.VIEW and bb.action.OPEN actions using uri with custom file extension (file:// scheme) by sending the same app on another device uri, in this process after acceptance and download I am able to perform the invocation.  But I wanted to send a link in the form of uri, by clicking on it, he'll call the application, is there is no way to do this.

    If I understand your usecase, I think this will help.
    https://developer.BlackBerry.com/native/documentation/Cascades/device_platform/invocation/active_tex...

    If not, please provide details.

Maybe you are looking for

  • Satellite Pro C660-171 - Double entry and/or loss of input key while typing

    Toshiba Satellite Pro C660 As we bought this laptop in November 10, she has had intermittent problems with typing. Find the keyboard will miss the characters typed or type them twice. Fortunately, he can this all day and then stop and return to norma

  • Delete Rogue.Win32.Smart Protection2012

    How can I remove Rogue.Win32.Smart Protection2012. When I save images in Photoshop, my virus scan resumes this virus on the 6th saved photo and shows in OpenSaveMRU. The full path in the registry is Software/Microsoft/Windows/Current Version/Explorer

  • Can't cut the clips in Windows Movie Maker

    When I try to cut a clip in Movie Maker, the option greyed out and unavailable

  • Od HP Desktop for TV connection

    Connected the HP 110-023w model television with DVI to HDMI cable and computer screen comes up with the mouse, but cannot bring up sites IE.  Any ideas as to what I'm doing wrong?

  • Help ID blackberry blackBerry Smartphones

    Hello Please be kind to my English! (I'm French!) (if you want, reply in french!) I give my torch blackberry to my husband, I create a blackberry ID for him on the PC. When I try to change on the phone, I have a message under the username or the e-ma