Sending google map contact via email

In the last keynote (and in the mobile me video) we can see an email with a link to a restaurant via google map.
How do the sedn such email with the iphone (or with a computer) ?? Coudnt find how they did that..
Thanks..

up

Similar Messages

  • Sending contacts via email does not work, Vcards are garbled

    When I send a contact via email, it looks like it's going to send a standard vcard, but when it comes through, it's mostly giberish. Am I doing something wrong? Anyone else have this problem?

    I'm wondering if there isn't some corruption with the address book database on the iPhone. I have a feeling that if you removed and resync'd contacts it might fix it. I'll check back in tomorrow morning to see what the results of mailing a newly created contact were. I'm being told it's bedtime.

  • Photos get stuck in outbox; can't share contacts via email

    When I try to email a photo from one of my albums, it gets "stuck" in the (gmail) outbox. I have to go into the outbox and send again or it stays there indefnintely. Also, when I try to "share" a contact via email, it also gets stuck in the (gmail) outbox, and also needs to be manually sent again, and when it arrives, there's no contact information. Otherwise everything appears to work fine.

    The same occurs with all accounts, or with one account in particular?
    Even weirder is that I can forward these messages but can not send them.
    Forward these new messages from where? You can forward a received message or a message that was successfully sent which will be located in the account's Sent mailbox, but you can't forward a newly composed message.
    Even worse the outbox doesn't show up at all on my mac when i sync, so these messages are stuck in my iphone somewhere in limbo.
    Email account mailboxes and messages and the iPhone's Outbox are not included with the iTunes sync process. Server stored mailboxes with an IMAP account are kept synchronized with the server with each email client used to access the account, but the Outbox mailbox with the Mail.app on your Mac and with the iPhone's Mail application is not synced with anything.

  • I'm having a problem sending a word doc via email. I have Mac for Office 08, when I save the document as a .doc or .docx, and send it to someone, they receive it as a blank document. Yet, when I open it on my Mac, it has a "word" icon. How do I fix?

    I'm having a problem sending a word doc via email. I have Mac for Office 08, and I'm using Mavericks OS. When I save the document as a .doc or .docx, and send it to someone, (doesn't matter if its safari, chrome or firefox or on my yahoo or gmail accounts) they receive it as a blank document. Yet, when I open it on my Mac, it has a "word" icon and I can read it. How do I fix?

    I suggest you post on the Microsoft Mac forums since it's their software you're having issues with.
    http://answers.microsoft.com/en-us/mac

  • Sending a binary attachment via email, looking for a more clean way

    Hi experts.
    I finally managed to send a binary attachment via email. Why "finally"? Never done before!
    Also I got to manage the "not standard" .SAP file extension, because the attachment is a transaction link.
    So let me explain how i did it:
    take SO_NEW_DOCUMENT_ATT_SEND_API1, filling following input data:
      CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
        EXPORTING
          document_data              = st_docdata
          commit_work                = 'X'
        TABLES
          packing_list               = lt_packlist
          contents_hex               = lt_hex
          contents_txt               = lt_content
          receivers                  = lt_recv
        EXCEPTIONS
          too_many_receivers         = 1
          document_not_sent          = 2
          document_type_not_exist    = 3
          operation_no_authorization = 4
          parameter_error            = 5
          x_error                    = 6
          enqueue_error              = 7
          OTHERS                     = 8.
    But how to fill lt_hex? Well I did not found a way to transfer text data into raw data structure (lt_hex is type SOLIX).
    So, here is the trick:
    fill another table, lt_bin type SOLISTI1, with attachment content (text data);
    dump lt_bin content to a file on application server, having care to specify TEXT MODE and UTF-8 encoding;
    now reopen the same file in BINARY MODE and transfer content to lt_hex.
    Why I did not use parameter
    content_bin
    ? Because SAP ECC 6 is unicode enabled (I think UTF-16) and file has got to be UTF-8 or ASCII. Also, packing_list for attachment must specify binary tranfer mode. And doing so each UTF-16 character (2 bytes) is split into 2 characters (1 char + 1 NUL byte). Attachment is now unusable.
    What is the question? Here it is: how to fill lt_hex data directly from text (UTF-16) data, avoiding conversion errors?
    Thank you in advance.

    Hi Chhayank,
    the problem is not the exported xls. If you have a look inside with Notepad or something like that, you will see that your leading zeros are exported correct.Excel-settings occurs this problem, it is all about how to open the document. If you use the import-assistant you will have no problems because there are options available how to handle the different columns.
    Another solution might be to get familiar with ABAP2XLS-Project. I got in my mind, that there is a method implemented, that will help you solving this problem. But that is not a five minute job
    ~Florian

  • Sending documents as attachments via email

    Hi,
    I have a selection screen with purchase order number as "select-options" and 2 radio buttons one for downloading and opening the SAP Script output to the local file and the other raido button would convert the SAP Script output into .pdf file and send that file as an attachment via e-mail to the receipent(only one).
    I'm through with the first operation. Now need to know about the e-mailing procedure and the function module(s) to be used and their import, export, etc. parameters.
    Thanks & Regards,
    Rajesh

    Hi Rajesh,
    You can use standard SAP program <b>RSTXPDFT4</b> to convert SAPSript spools request to PDF.
    Also please check this link for sample code to sending an attachment (PDF) via email:
    http://www.sapgenie.com/abap/code/abap31.htm
    Hope this will help.
    Regards,
    Ferry Lianto

  • Facing problem with the code for sending an .xls attachment via email, a field value contains leading zeros but excel automatically removes these from display i.e. (00444 with be displayed as 444).kindly guide .

    Facing problem with the code for sending an .xls attachment via email, a field value contains leading zeros but excel automatically removes these from display i.e. (00444 with be displayed as 444).kindly guide .

    Hi Chhayank,
    the problem is not the exported xls. If you have a look inside with Notepad or something like that, you will see that your leading zeros are exported correct.Excel-settings occurs this problem, it is all about how to open the document. If you use the import-assistant you will have no problems because there are options available how to handle the different columns.
    Another solution might be to get familiar with ABAP2XLS-Project. I got in my mind, that there is a method implemented, that will help you solving this problem. But that is not a five minute job
    ~Florian

  • Send CSV or table via email in daily job?

    Hello,
    I built a application where our employees can order meals. In case the whole application and everything crashes down, the DBA has 2 days to restore the application, database, etc...
    To "survive" the 2 days I want to make a daily export of the necessary data, that the kitchen can continue its work.
    Now I planned to make a view with the necessary data and export this as plain text in an email.
    Is there another better possibility? Maybe create a CSV file and attach this to a email and send it via a daily job? Or is it possible to send a whole table via email?
    Everything should work automatically via a job.
    Thank you so much,
    Lisa

    You could have a daily batch job run, where the job pulls the required info into a report, generates the report and sends it to required folks..: http://nzchaudhry.wordpress.com/2011/06/28/sending-report-as-email-attachment-in-oracle-apex/
    Thank you,
    Tony Miller
    Webster, TX
    There are two kinds of pedestrians -- the quick and the dead.
    If this question is answered, please mark the thread as closed and assign points where earned..

  • How to generate payment advice in F110 and send it to Vendors Via Email

    Dear SAP Experts
    Could anybody tell me how to generate payment advice in F110 and send it to Vendors Via Email?
    It would be much appreciated if someone can provide the configuration procedure, thanks so much in advance.
    Cheers & Best Regards
    Ray

    Hi Sama,
    Thanks for your post, here I just share some of my idea.
    The following step is to configure the payment advice.
    In OBVU (payment methods in cpy code) I entered my payment advice form
    In OBVU (payment methods in cpy code)  set  "Always pyt advice"
    In OBVCU (payment method by country)  leave the payment medium program (RFFOD__T)
    For the email sending program, should develp some customized program to realize that, Thanks.
    Cheers & Best Regards
    Ray

  • Why cant I send a vid clip via email, it just won't attach ?

    Why can't I send a vid clip via email, it just won't attach ?

    You could compress it by creating a zip file - right click on the file and then select 'Compress' - a zip file will be created. Although when you're compressing a single file the resulting .zip files tends only to be a litlle small than the original.
    A much better alternative would be to sign up for dropbox.com - which literally puts a folder on a desktop that syncs with 'the cloud'. Then you can share your files from there (as well as have them available form any browser whereever you are!. It's super easy to use - but really useful!

  • Please help!!!!!! i filled out a job application using adobe reader but i cannot send the file back via email because the file is protected with a lock. how do i unlock this file to send it?!!!!!!!!!

    please help!!!!!! i filled out a job application using adobe reader but i cannot send the file back via email because the file is protected with a lock. how do i unlock this file to send it?!!!!!!!!!

    Hi kevinv1987,
    It doesn't sound like the PDF was password protected (or Adobe Reader would prompt you for a password). Instead, it sounds like that file may be marked locked by your operating system. Are you on Mac OS or Windows? In either case, here are instructions for removing the lock icon from the file:
    Remove the Lock Icon from a Folder in Windows 7 (check Microsoft's website if you have a different version of Windows)
    On Mac OS, select the file in the Finder, and choose File > Get Info. Then, just deselect the Lock checkbox.
    Please let us know how it goes.
    Best,
    Sara

  • I'm trying to send an itunes gift via email, but getting a message that says to contact support to complete the transaction.  How do I resolve?

    I'm trying to send a gift via email, but getting a message that says to contact support to complete the transaction.  How do I resolve?
    Thanks

    By doing exactly what it told you to do - contact itunes support

  • I cannot share a contact via email from my iphone

    I never had this problem before and I can still share via message but not e-mail. Running IOS 6.1.2 on Iphone 4S. I can still share my contacts via e-mail on my IPad running same system so it must be a problem with the phone. Any help appreciated.

    The options come up email or message. When I click email I enter the recipients email address and send the information but the recipient does not recieve it nor does is show in my own email settings that it has been sent. The "sent" tone goes off as if it had been sent.

  • What application do you use to send a large video via email

    Hi
    I am trying to send a video to a friend via email using my iPad but it keeps saying it is too large to send. What can I use to compact it and send it????
    Thanks
    Steve

    You need to upload the video somewhere, and then send them the link to it - not the actual video. Then your friend views or downloads the video from the web link.
    Google for "send large files" for dozens of options. Not sure how many will work directly from an iPad though.

  • Send Correspondence Customer Statement Via Email

    Hi SAP Gurus,
    Currently, I already succeed with user exit EXIT_RFKORIEX_001 to send customer statement (F.27) via email. The program can attached PDF Files in the email that sent by SAP.
    However, the email that sent is blank without body text. Does anyone know how to put text in the email body text, e.g "please find attached customer statement" ..
    Thanks
    Hertoto

    Hi SAP Gurus,
    Currently, I already succeed with user exit EXIT_RFKORIEX_001 to send customer statement (F.27) via email. The program can attached PDF Files in the email that sent by SAP.
    However, the email that sent is blank without body text. Does anyone know how to put text in the email body text, e.g "please find attached customer statement" ..
    Thanks
    Hertoto

Maybe you are looking for

  • Can't Install Desktop Experience on Server 2012 - Sources problem

    Hi Guys, I have been struggling to install the Desktop Experience (Which includes Ink and Handwriting Services) feature on a new Server 2012 VM, and I haven't been able to.  It always says it can't find the sources ("Do you need to specify an alterna

  • Record locking

    How does Oracle 8i handle record locking? Is this handled completely in the background by oracle or are there explicit record locks that can be set. I understand that an update or insert will lock the current record and the commit and rollback will r

  • Purchase orden from marketing campaign en CRM2007

    Hi all, I'm trying to customize the direct creation of purchase order from marketing campaign in my SAPCRM2007, but I have a few problems. I have assgined a project profile, the PEP element is correctly created in PS, and purchase orden NB (standar p

  • Debugging output types

    Hi, We can debug the processing program and routine in output type by setting them to execute with periodical jobs(instead of send immediately) and using RSNAST00 to run the unprocessed output. How do we debug the change output program that we give i

  • Drivers won't install on powerbook g4

    My dad gave me his old officejet J5780 all-in-one. My powerpook recognized the printer, but then said I needed to choose a driver, and out of the huge list this one wasn't there. I went on HP site and downloaded the universal printer drivers for mac.