How to attach the file to send by mail

I'm trying to understand how to attach a file and send it to the email from my address book

Hi marilynp47029385,

Please see this KB doc for the procedure to send the file as an attachment by application: sharing PDF files

You can also directly reach email account file. Compose an email and click on the attachment icon. Then, browse to the location of the file and select the file. It will focus on your mail.

Let us know if you encounter any problem.

Kind regards

Meenakshi

Tags: Acrobat

Similar Questions

  • Attach the file to your e-mail via mailto + invocation framework

    I am tryng to attach a file to an e-mail message using the mailto syntax.

    The email app is opened by the framework of the call

    MailSubject = "Test"
    MailBody = "Hello!";
    
    // create handler invocation
    navigator_invoke_invocation_t *invoke = NULL;
    navigator_invoke_invocation_create(&invoke);
    
    // setting the browser as target
    navigator_invoke_invocation_set_target(invoke, "sys.pim.uib.email.hybridcomposer");
    
    // set invocation action
    navigator_invoke_invocation_set_action(invoke , "bb.action.OPEN, bb.action.SENDEMAIL");
    
    // Setting URI
    navigator_invoke_invocation_set_uri(invoke , ("mailto:[email protected][email protected]&subject=" + MailSubject + "&body=" + MailBody + "&attachment=" + "file:///accounts/1000/shared/print/file").toAscii().data() );
    
    // invoke the target
    navigator_invoke_invocation_send(invoke);
    
    // clean up resources
    navigator_invoke_invocation_destroy(invoke);
    

    I tried to delete file:/// and put / alone but doesn't either.
    The file is located in the shared folder and I know is the only way to attach a file to an email.

    https://developer.BlackBerry.com/native/documentation/core/email.html

    There are a few examples, but none of them have pre-compiled field such cc + object + body + attachments together.

    Can someone help me?

    Thank you

    I went from Json to QVariantMap and no, it works without problem. Here is the code:

        bb::system::InvokeManager InvokeManager;
        bb::system::InvokeRequest InvokeRequest;
    
        QVariantMap EmailData;
        QVariantMap EmailDataWrapper;
    
        EmailData["to"] = "[email protected]";
        EmailData["cc"] = "[email protected]";
        EmailData["subject"] = "MailSubject";
        EmailData["body"] = "MailBody";
        EmailData["attachment"] =  "/accounts/1000/shared/print/file";
    
        EmailDataWrapper["data"] = EmailData;
    
        InvokeRequest.setTarget("sys.pim.uib.email.hybridcomposer");
        InvokeRequest.setAction("bb.action.COMPOSE");
        InvokeRequest.setMimeType("message/rfc822");
        InvokeRequest.setData(bb::PpsObject::encode(EmailDataWrapper , &bool_result) );
    
        InvokeManager.invoke(InvokeRequest);
    
  • How to attach a file to an e-mail in EMOD

    People

    I can put a hiperlink to an email marketing on-demand email file.

    What my people want is to attach a file.

    Is this possible?

    Thanks in advance for your help

    Ruben Abuin

    Ruben, currently, it is not possible to attach a file to an e-mail in EMOD.

  • How to attach a FILE to an e-mail.

    I need to send FILES from time to time. Mail clients usually do not support this. Google Drive will be, but they indicate that Firefox requires an application. I get the message using Google Drive to download a FOLDER-

    "Your browser does not support the download of entire folders.

    We recommend that you use the Chrome browser instead, which supports file downloading.

    You can also install an applet to Upload folder based on Java in your browser. »

    I would like to use Firefox. Where can I find "based on Java applet file download" referenced?

    I appreciate your help.

    Try following the directions under "Upload files through Google Drive (in one browser other than Chrome)" to: https://support.google.com/drive/answ.../2424368

    Let us know how it works.

  • I do not see how to attach a photo to send in mail Windows 8

    In fact, became issue when saving a file to the Paint4Kids App that makes my granddaughter and tried my wife by e-mail. Also having trouble finding how to print a message email., but that can wait.

    Hello Geoff,

    When you compose a new e-mail message: open bar of the App, and then select the attachment. This will open a file selector that will allow you to navigate to your Photo and attach it to the email.

    To print an e-mail message, you can open the bar of some devices. In devices, select the printer you want to use to print your message.

    Mark

  • How to remove the address when sending e-mail

    This dinosaur wants to transmit by e-mail, but not the address of the person who sent me. How can I remove e-mail only

    Thanks for now

    Rick

    banhien wrote:

    Hello

    Thanks - it's true, but sometimes the text is too long. Now my question to you @WyreNut how to copy a long message, only Android have something similar to Ctrl + A in Windows?

    Kind regards.

    When you touch and hold your finger on the text, the highest point arrows appear (by manual selection) and a dialog usually includes "Select all" on a bar at the top of the screen.  Copy should be available on the same bar.

    WyreNut

  • BlackBerry smartphone how to download the file Word for Blackberry 9700

    How to download word for blackberry 9700?

    I launch Desktop Manager-> Media-> Media Manager, but it fails.   But I can't find any icon to transfer files from PC to device Backberry word.

    My Blackberry is 9700, V5.0.0.330 (Platform 5.1.0.91)

    A word document is not that a media file would be my first assumption on why it would fail using the Media Manager.

    Have you tried attaching the file to an e-mail and send to yourself or the document and connect your device to your PC and drag and drop into document folder in the memory of your device or media?

  • How you attach a file to an email

    How you attach a file to an e-mail message to send

    It is completely dependent on what website you use. (not Firefox)
    What site are you using?

  • Attach a PDF file when sending e-mail

    Hello

    Can you help me to send a pdf file as an attachment when sending mail.

    Also, please tell me the required configuration changes that need to be done.

    It is important that where is your file that you are trying to reach and how you create the file object out of it to go to the MimeMessageUtils.setContent (). Thus there is no specific location to place the file you just create its object file correctly. For example if your PDF is created by another application and it is present in the so-called C:\app\output\pdf or/usr/local/app/output/pdf so that you can do is to define a Java System property (let's name the property system as file.attach.dir) through your scripts to start the server with comme-Dfile.attach.dir=C:\\app\\output\\pdf ou-Dfile.attach.dir=/usr/local/app/output/pdf

    And then, in your code you can do something like:

    Attachment of files = new queue (File.separatorChar + System.getProperty ("file.attach.dir") + "attachment.pdf");
    MimeMessageUtils.setContent (message, content, seizure, false);

    You can also place files for attachment to a specific folder of ATG and access it using atg.nucleus.DynamoEnv. Say that the file is in a directory called 'attachments' in the ATG data directory which by default is \home in the case of an attained EAR you can do

    Attachment of files is new leader (atg.nucleus.DynamoEnv.getDataDir () .getPath () File.separatorChar + "attachments" + File.separatorChar + "attachment.pdf");.
    MimeMessageUtils.setContent (message, content, seizure, false);

    If you make and deploy EAR on the application server as stand-alone then you might already have the ATG data directory affect some location through the property system - Datg.dynamo.data - dir in your server startup scripts. So, if this is the case, you can use this same property as described earlier in the first approach.

    You can always check the path of the file and know if he is getting properly solved using Java API file as file.getPath () and file.exists () where the file is the file object that you created. Make sure file.exists () return you true and that you will not encounter a FileNotFound Exception.

  • How to check the file for the virtual machine size Esxi shell

    Anyone who can tell me how to check the file for the virtual machine size Esxi Shell. I tried this command-h ls but does not work.

    Have you checked "ls-lh', it will provide information as the attached screenshot." "

  • Attach the file from the server to Outlook.

    Hello

    I use JDeveloper 11.1.1.3. I wonder to create an application by which I can upload files to an application server (archiving). I use the user data entry that are stored in a database that link to .pdf files. In my page, I have a table (with the selection of lines), which includes all the data. When I select a line, I can download the file by using a 'button '.

    I wonder to attach the file to an email on Microsoft Outlook. I am able to create a new message with a command and the "mailto://[email protected]?subject=Company Document" button in action. But my question is, can I pass the file for the selected line, and attach it to the email?

    Thank you

    Mohamed.

    As far as I know, outlook does not support attachments with the mailto protocol.
    means, 'attachment' is not a valid field according to the mailto URL format
    RFC (ftp://ftp.rfc-editor.org/in-notes/rfc2368.txt). You must create a mail with attachment and cannot to send it to your recipient.

    Timo

  • How to download the file of the OFA

    Hello

    How to download the file of the OFA

    Hello

    When you use attachments, it will be stored in the tables of standard Oracle defined for attachments and for this you must set the values of the primary key and the entity so that you can interrogate data base, attachments can be of type Short_text, long_text and a file for download and download features will be used when you want to store the files in your custom table , but it does not create something like long_text and short_ text. Attachment is a standard term in Oracle Application that can be used in two page OFA and Oracle Forms...

    You can refer Oracle Application Developer guide for more details on the attachments as attachment provides many other features.

    Kind regards
    Out Sharma

  • My messages send and receive txt messages not iMessage on my iPhone and I don't know how to solve the problem to send and receive messages as iMessage

    My messages send and receive txt messages not iMessage on my iPhone and I don't know how to solve the problem to send and receive messages as iMessage

    Settings > messages > iMessage turn off then turn it back on...

    If it does not sign of your apple under messages ID.  Settings > General > reset > reset all settings (will not erase data).

    Then log in messages

  • How to read the files on time capsule

    How to read the files on time capsule from iPad?

    Thank you

    Using an application like navigation on the iPad. More info here:

    Stratospherix - FileBrowser - overview

  • How to delete the files from my HP ePrint app after download / print?

    Can someone tell me how to delete the files from my HP ePrint app after that I downloaded and printed. Thank you

    jmsandkds,

    I apologize for the confusion. Options you speak of "photos, web and file" are located on the phone somewhere, lets say you click files. When you click on files, it will search the phone for available files that are able to print the ePrint app. To the extent where they are on the phone, you will need to search for them via the search screen, connection to the computer, or some files are program specific and only available in this program to be read, edited, or deleted.

    I hope this helps.

Maybe you are looking for