.ics calendar attachments sent from R/3

Hi.
Does anyone know if it is possible to set the content type of a file attachment to an email sent from R/3?  Specifically, I need to set the content type to "text/calendar" when generating notifications from bsp that contain an MS Outlook calendar attachment (.ics file). 
When iCalendar attachments go through FM SO_DOCUMENT_SEND_API1, the content type is set to text/plain which apparently some virus scanners have a problem with. The virus scanner then corrupts the attachment.  The exact same attachment will work as an Outlook calendar entry if sent to a recipient with different virus scanner. 
Per RFC 2445, it appears content type should be text/calendar, but I can't find a manner to set this using R/3 functions for sending email...
Thanks for any help,
jason

Hi Jason,
just tested out FM SO_DOCUMENT_SEND_API1 in a small report. Find attached the coding that delivers a mail with the mime type you desire:
data:   ls_doc      like sodocchgi1,
        lt_content  type table of solisti1,
        wa_content  type solisti1,
        lt_rec      type table of somlreci1,
        wa_rec      type somlreci1,
        lv_int      type i,
        lv_int2     type i.
  wa_content = 'Line 1'.
  append wa_content to lt_content.
  wa_content = 'Line 2'.
  append wa_content to lt_content.
  wa_rec-receiver = '[email protected]'.
  wa_rec-rec_type = 'U'.
  append wa_rec to lt_rec.
* Mail Header
  ls_doc-obj_name = 'Test Mail Mime Type'.
  ls_doc-obj_descr = 'Mime Type test'.
  ls_doc-sensitivty = 'O'.
  describe table lt_content lines lv_int.
  lv_int2 = ( lv_int - 1 ) * 255.
  lv_int = strlen( wa_content ).
  lv_int2 = lv_int2 + lv_int.
  ls_doc-doc_size = lv_int2.
CALL FUNCTION 'SO_NEW_DOCUMENT_SEND_API1'
  EXPORTING
    document_data                    = ls_doc
    DOCUMENT_TYPE                    = 'ICS'
*   PUT_IN_OUTBOX                    = ' '
    COMMIT_WORK                      = 'X'
* IMPORTING
*   SENT_TO_ALL                      =
*   NEW_OBJECT_ID                    =
  tables
*   OBJECT_HEADER                    =
   OBJECT_CONTENT                   = lt_content
*   CONTENTS_HEX                     =
*   OBJECT_PARA                      =
*   OBJECT_PARB                      =
    receivers                        = lt_rec
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
IF sy-subrc <> 0.
* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
*         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
ENDIF.
Here the relevant part of the mail header:
MIME-Version: 1.0
Importance: Normal
X-Priority: 3 (Normal)
X-Mailer: SAP Web Application Server 6.40
Content-Type: text/calendar;
charset="us-ascii";
method="VEVENT"
Content-Transfer-Encoding: quoted-printable
Content-Description: SAP.ics
I guess that's what you are looking for. Just adjust the receivers adress and test it out on your system.
Best Regards
Michael

Similar Messages

  • Attachments sent from iPad

    Attachments sent from my iPad, the recipients can't see them. Why?

    The recipients receiving my email attachments sent from my iPad, received on their computers ( Windows), do not get the attachment ???.?

  • Trouble opening email attachments sent from another mac

    When I try to open email attachments from my new email acct at Charter.net they come out as giberish! Charter is unable to help me. They have no idea why this is happening. with my hotmail acct I can open them inconsistantly. I am sending things from my work mac to my mac at home. Both use system 10 and both computers have Word so that can't be the problem. I also make sure that the attachments say .doc in the title of the attachment. Does anyone have any idea why this is happening?

    DOS 8.3 refers back to the pre-Windows days when file names were restricted to no more than 8 characters in the filename plus a three letter extension that identified the type of file; e.g., filename.doc for Word documents. A surprisingly amount of Windows code is still based on DOS, and some programs still behave oddly if you try using longer filenames or filenames with spaces or non-standard (letters and numbers and underscores) in the name.
    On the Entourage machines, check Preferences> Compose and make sure the 'encode for' pull-down fiels reads 'any computer (Apple Double)'.
    Your correct that Hotmail is rather well-known for mungling attachments sent from Macs. For that matter, it's prone to mungle attachments sent from or read by any browser other than Internet Explorer for Windows (e.g., if you use Firefox on Windows, Hotmail will corrupt the mail's formatting). It's possible to have either Safari or Firefox to pretend to be IE for Windows but I've never found that to actually help with Hotmail, probablly because it's checking for ActiveX which is Windows only. I have no knowledge of charter.net or how it's webmail works. One thing that may help with either email at home: try saving the attachments to the hard drive and then open the program you want to use and open the saved file from within the program (as opposed to trying to open the attachment from within the webmail browser or saving the attachment to disk and double-clicking it on the desktop to launch the associated program).
    One thing that might work well is to bypass the webamil approach at home and use a stand-alone mail program, such as Apple's own Mail program in the applications folder or the free download of Mozilla Thunderbird. You mention using Entourage at school; that suggests you'd qualify for the student-teacher version of Microsoft Office, which would let you use Entourage at home as well (that's essentially my home Mac situation; Entourage-to-Entourage works quite well).

  • Mail crashes when viewing emails with attachments sent from outlook

    This problem is intermittent -- and I have a hard time reproducing it consistently. This crash seems to creep up every two weeks.
    When I click on an email that was sent from outlook that contains an attachment (usually word documents), mail immediately closes and I get the "mail unexpectedly quit, do you want to reopen?" message.
    The only data loss is if I had any opened drafts that had not been sent, and mail does not keep any draft windows open. However, this is frustrating for my particular work flow, because I usually keep 10-20 drafts neatly tiled on my second monitor, so that I can quickly look at emails that are currently in my pipeline. I can go back into the drafts folder and re-open, but the drafts open in new windows at the default size, not small and tiled the way I like. .Mac also has a tendency to create and save duplicate drafts, so I have 100 drafts, despite only caring about 20 of them. I try to go through and delete old drafts once a month, but it's tedious. Going through and fishing out the current 20 drafts is annoying after this crash.
    So I'm trying to figure out a way to avoid this crash. I read on a forum that this might be a problem with emails that are formated in HTML, and that I could use the terminal to force mail to display plain text by default. I used the following string:
    defaults write com.apple.mail PreferPlainText -bool TRUE
    I was expecting this to force every incoming email to be the same default plain text font, but it only seems to disable emails with heavy HTML with images and what not...
    Any ideas about how to avoid this crash? Every time this happens I close mail and repair permissions, but it always happens again.
    One additional note -- I have 5 accounts, and my inbox is very big (over 12,000 emails). Is this part of the problem?
    Running OS 10.4.8 on a dual 2.7 ghz G5 with 1.5 gb ram. Mail version 2.1
    Any help would be greatly appreciated!
    Thanks,
    Andre
    G5   Mac OS X (10.4.8)   my inbox is very big (over 12,000 emails)

    Host Name: Power-Mac-G5
    Date/Time: 2006-12-21 12:08:33.936 -0500
    OS Version: 10.4.8 (Build 8L127)
    Report Version: 4
    Command: Mail
    Path: /Applications/Mail.app/Contents/MacOS/Mail
    Parent: WindowServer [56]
    Version: 2.1 (752)
    Build Version: 1
    Project Name: MailViewer
    Source Version: 7520000
    PID: 7555
    Thread: 10
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0x50686f94
    Thread 0:
    0 libSystem.B.dylib 0x9000ab48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000aa9c mach_msg + 60
    2 com.apple.CoreFoundation 0x907dcb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
    4 com.apple.HIToolbox 0x93208740 RunCurrentEventLoopInMode + 264
    5 com.apple.HIToolbox 0x93207dd4 ReceiveNextEventCommon + 380
    6 com.apple.HIToolbox 0x93207c40 BlockUntilNextEventMatchingListInMode + 96
    7 com.apple.AppKit 0x93730ae4 _DPSNextEvent + 384
    8 com.apple.AppKit 0x937307a8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
    9 com.apple.AppKit 0x9372ccec -[NSApplication run] + 472
    10 com.apple.AppKit 0x9381d87c NSApplicationMain + 452
    11 com.apple.mail 0x000871d8 0x1000 + 549336
    12 com.apple.mail 0x00087080 0x1000 + 548992
    Thread 1:
    0 libSystem.B.dylib 0x9000ab48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000aa9c mach_msg + 60
    2 com.apple.CoreFoundation 0x907dcb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92970164 -[NSRunLoop runMode:beforeDate:] + 172
    5 com.apple.Foundation 0x9297009c -[NSRunLoop run] + 76
    6 com.apple.MessageFramework 0x9abd1198 +[_NSSocket _runIOThread] + 92
    7 com.apple.Foundation 0x92961194 forkThreadForFunction + 108
    8 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x9001f08c select + 12
    1 com.apple.CoreFoundation 0x907ef40c __CFSocketManager + 472
    2 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9000ab48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000aa9c mach_msg + 60
    2 com.apple.CoreFoundation 0x907dcb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x9298869c +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 264
    5 com.apple.Foundation 0x92961194 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x9000ab48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000aa9c mach_msg + 60
    2 com.apple.CoreFoundation 0x907dcb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x929897dc +[NSURLCache _diskCacheSyncLoop:] + 152
    5 com.apple.Foundation 0x92961194 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 5:
    0 libSystem.B.dylib 0x9000ab48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000aa9c mach_msg + 60
    2 com.apple.CoreFoundation 0x907dcb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92970164 -[NSRunLoop runMode:beforeDate:] + 172
    5 com.apple.Foundation 0x9297009c -[NSRunLoop run] + 76
    6 com.apple.WebKit 0x95ac3ef0 +[WebFileDatabase _syncLoop:] + 176
    7 com.apple.Foundation 0x92961194 forkThreadForFunction + 108
    8 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 6:
    0 libSystem.B.dylib 0x9002bbc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x900306ac pthreadcondwait + 480
    2 com.apple.Foundation 0x92968300 -[NSConditionLock lockWhenCondition:] + 68
    3 com.apple.AppKit 0x937cd708 -[NSUIHeartBeat _heartBeatThread:] + 324
    4 com.apple.Foundation 0x92961194 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 7:
    0 libSystem.B.dylib 0x90054ae8 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x90054944 pthreadcondtimedwait + 676
    2 com.apple.Foundation 0x929e05a0 FCONDITION_WAITTIMEOUT + 144
    3 com.apple.Foundation 0x929e04bc -[NSConditionLock lockWhenCondition:beforeDate:] + 128
    4 com.apple.MessageFramework 0x9abccd90 -[InvocationQueue _drainQueue] + 176
    5 com.apple.Foundation 0x92961194 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 8:
    0 libSystem.B.dylib 0x90054ae8 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x90054944 pthreadcondtimedwait + 676
    2 com.apple.Foundation 0x929e05a0 FCONDITION_WAITTIMEOUT + 144
    3 com.apple.Foundation 0x929e04bc -[NSConditionLock lockWhenCondition:beforeDate:] + 128
    4 com.apple.MessageFramework 0x9abccd90 -[InvocationQueue _drainQueue] + 176
    5 com.apple.Foundation 0x92961194 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 9:
    0 libSystem.B.dylib 0x90054ae8 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x90054944 pthreadcondtimedwait + 676
    2 com.apple.Foundation 0x929e05a0 FCONDITION_WAITTIMEOUT + 144
    3 com.apple.Foundation 0x929e04bc -[NSConditionLock lockWhenCondition:beforeDate:] + 128
    4 com.apple.MessageFramework 0x9abccd90 -[InvocationQueue _drainQueue] + 176
    5 com.apple.Foundation 0x92961194 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 10 Crashed:
    0 <<00000000>> 0xfffeff18 objcmsgSendrtp + 24
    1 com.apple.Foundation 0x9293d968 NSPopAutoreleasePool + 536
    2 com.apple.MessageFramework 0x9abcceb4 -[InvocationQueue _drainQueue] + 468
    3 com.apple.Foundation 0x92961194 forkThreadForFunction + 108
    4 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 11:
    0 libSystem.B.dylib 0x90054ae8 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x90071168 pthreadcond_timedwait_relativenp + 556
    2 ...apple.AddressBook.framework 0x94d4bcac -[ABRemoteImageLoader workLoop] + 132
    3 com.apple.Foundation 0x92961194 forkThreadForFunction + 108
    4 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 10 crashed with PPC Thread State 64:
    srr0: 0x00000000fffeff18 srr1: 0x100000000000f030 vrsave: 0x0000000000000000
    cr: 0x44000224 xer: 0x0000000000000000 lr: 0x000000009293d968 ctr: 0x000000009012b258
    r0: 0x0000000000000001 r1: 0x00000000f0080920 r2: 0x00000000006be61c r3: 0x0000000015ec7150
    r4: 0x0000000090aa8904 r5: 0x00000000000003e8 r6: 0xffffffffffffffff r7: 0x000000001579d000
    r8: 0x0000000000000001 r9: 0x00000000006be000 r10: 0x000000000000000c r11: 0x000000006f548904
    r12: 0x0000000050686f74 r13: 0x0000000000000000 r14: 0x0000000000000000 r15: 0x0000000000000000
    r16: 0x0000000000000000 r17: 0x0000000000000000 r18: 0x0000000000000000 r19: 0x0000000000000000
    r20: 0x0000000000000000 r21: 0x0000000000000000 r22: 0x0000000000000000 r23: 0x0000000000000000
    r24: 0x0000000000000000 r25: 0x0000000000000000 r26: 0x00000000aabccce0 r27: 0x0000000000000000
    r28: 0x0000000016c81120 r29: 0x0000000015ec7150 r30: 0x0000000016010b30 r31: 0x000000009293d764

  • Image attachments sent from Cameraroll are displayed inline/embedded - why?

    Dear community!
    I often send pictures from the camera-roll by email to several email-addresses.
    I would like the recipient to recieve the email with the images as attachments, but now, they are displayed as "inline" / "embedded" images in the mail body, instead of file attachments. Some of my recievers are using a CMS system to handle inbound email, and in these cases, when the images are embedded, they will not recieve the attachments correctly in their system.
    Is there any settings to toggle this ?
    Best regards,
    Daniel

    As with the Mail app on a Mac, the iOS Mail app displays all image attachments as inline or viewed in place, which is not the same as embedded. Photos are sent as true attachments to the email.
    Depending on the recipient's email client, a photo attached to an email will appear inline or viewed in place (as with the Mail app on a Mac or with the iOS Mail app), or as an attached file only which must be opened separately to be viewed, which the sending email client has no control over.
    When I receive a photo attachment sent by Outlook that appears as an attached file only with the sent email in Outlook, the photo appears inline or viewed in place within the body of the email with the Mail app on  my Mac and with the iOS Mail app with my iPhone and iPad, which Outlook has no control over.
    You cannot change how an attached photo or image appears in the message body with the iOS Mail app, and an attached photo or image that appears inline or viewed in place is not the same as embedded. The iOS Mail app does not support composing in HTML, which is required to embed an image.

  • Attachments sent from my mac to a mac can be seen but aren't attached

    Hello, I send out press releases regularly that have jpegs attached to them.
    About 2 weeks ago, I took my g5 for a complete check up... updates etc.
    at the great Apple store in Syracuse. This weekend I sent out a batch of press releases with 2 jpegs attached, so far I have heard from one, also a mac user, saying he could see the images but that they were not attachments and he could do nothing with them.
    Here is what I have done/tried.
    Resent 3x, Once with the attachments selected via the attach button with windows friendly attachments clicked. Once with windows friendly attachments NOT clicked. The 3rd try, I just dragged and dropped the Jpegs from my folder onto the email. None of these worked.
    any suggestions? please keep it basic, I bought my macs because I am not ultra tech-ish. Thank you
    imac g5   Mac OS X (10.4.6)  

    I don't use a signature.
    I am not aware of this happening before... of course I wonder if it has anything to do with the recent and multiple updates that were done. I have dial up and cannot download updates successfully so I made the 200 mile + round trip journey to the Apple store for help after owning the G5 for one year without doing any updates. (By the way, I am VERY happy with this machine)
    I was not familiar with the term Plain Text so I have consulted my The OSX missing manual... the setting was Rich Text so I will try an attachment on an email in Plain Text and let you know.
    Thank you.

  • Pc users can't open attachments sent from my mac

    When I send an attachment from my iMAC to pc users they cant open them.

    Mike,
    Try selecting Mail>Edit>Attachments>"Always Sent-Windows Friendly Attachments."

  • All attachments sent from work now only appear as winmail.dat

    This didn't happen in the past and now if I send any type of attachment from work (png or zip for instance), the attachment only appears as a winmail.dat file on both my MacBook Pro running 10.7.3 and my iPhone running iOS5.1
    The important thing here is the attachment is actually being set out correctly. I know this because if I pick it up using the web interface of my mail provider, the attachments are all present and correct.
    Therefore the problem lies somewhere in iOS5.1 or OS10.7.3
    Can anybody shed any light on this please?

    Because when Outlook sends emails in Transport Neutral Encapsulation Format(TNEF), this is a Microsoft proprietary format. Hence, every other email program sees them as Winmail.dat.
    In all versions of Outlook, you should be able to disable TNEF completely:
    On the "Tools" menu, click "Options", and then click the "Mail Format" tab.
    In the "Send in this message format" list, click "Plain Text" or "HTML", and then click "OK".
    Have you tried that?

  • Attachments sent from Mail not received by recipient

    Howdy...
    When I send an attachment through Mail and my Gmail account, both Mail and Gmail say there are attachments that were sent, but when my recipient gets the email, there is no attachment there.... Ideas?

    It sounds like you are using Rich Text Format, and are using at least two different fonts (with the Signature as a possible second font source). In this mode, the RTF is converted to HTML, and this is probably causing those who have the problem receiving in good order.
    Compose and send in Plain Text to these people, see if it does do the trick?
    Ernie

  • Cant open html attachments sent from Windows Xp with ThunderBird

    I have a friend who sends me an email with an html attachment.
    When I open the attachment via my ISP's webmail it shows up properly. But when i use MAC to open the attachment it opens up but only shows the background logo.
    I've tried another MAC Book of a friend to receive that email with the attachment and the same issue persists!
    Can someone please help me? I need to open this attachments on my MAC so I do not have to go to my PC every time i receive one....
    Thanks in advance:-)

    When you say Windows, I think you mean to say Office.
    Windows is an operating system.
    Office is a productivity suite.
    Both are products from Microsoft.
    Microsoft Office for Mac 2011
    http://en.wikipedia.org/wiki/Microsoft_Office_2011_for_Mac
    Microsoft Office 2008 for Mac
    http://en.wikipedia.org/wiki/Microsoft_Office_2008_for_Mac
    Office 2004 for Mac
    http://en.wikipedia.org/wiki/Office_2004_for_Mac
    Microsoft Windows
    http://en.wikipedia.org/wiki/Microsoft_Windows

  • Calendar request sent from iCloud accounts to my exchange account only show in my iCloud account.

    Yo! I have a MacBook Pro 15" running Yosemite 10.10.2. When someone sends me a calendar invite from an iCloud account to my work (Exchange) account/email address the request only shows on my personal iCloud account and calendars and I cannot move these requests to my work (Exchange) calendars. I made sure that my work email address is no longer attached to my iCloud account, but the calendar request still only go to my iCloud account.
    When someone sends me a calendar request from an exchange account to my work exchange account, I receive the request on my work exchange calendar and nothing shows in iCloud.
    Help!
    -CHill

    You can set up an email rule on icloud.com to do that without having to use Gmail.  See http://support.apple.com/kb/PH2650.
    If you still want to iCloud email server settings, see http://support.apple.com/kb/HT4864.

  • Mail with attachments sent from smartphones with android and ios using activesync stuck in outbox

    A customer replaced bleckberry used from salesman and representatives with Samsung smartphones
    Customer has Exchange Server 2007 SP3 with roles HUB, CAS and Mailbox and a firewall with policies publishing all Exchange protocols.
    While the customer used the BlackBerry Enterprise Server connected to Exchange Server smartphone could potevano send email with attachment without problem.
    Now using smartphones with Android or iOS and ActiveSync protocol mail without attachment are delivered but mail with attachments, no mind what size the attachment are, are not delìvered and the mail stucks in ther outbox for ever.
    Furthermore if smartphones receive mail with attachment and forward it the mail is delivered!
    Any advice on this really strange behavior?
    Nicola  
    Nicola Papapicco

    Hi
    Are the iOS versions the latest? Is it only the newer Android devices or older ones?
    What rollup for exchange 2007 SP3 are you on?
    Hope this helps. Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Calendar events sent from iPhone goes into Outlook 1 hour late

    Dear all,
    I've got a strange problem:
    - when I send out an invitation (calendar event) from my iPhone to other people - they get my appointment in Outlook 1 hour late to what I set initially
    - the same appointment is reflected in my outlook on time I set it on my iPhone - correct (it's all others see it 1 hour late in their outlook calendars)
    I was checking time zone settings in both - my Outlook and my iPhone (in Clock settings and in Calendar settings) and they are identical
    I did a hard re-set of my iPhone, but it did not helped.
    When someone sends a meeting request to me- I see it correctly in my Outlook and iPhone calendar. So the issue appears only when I create and send out event from my iPhone.
    This issue drives me crazy and I'm out of any ideas on how to fix it.
    Please give a good advise!
    Alexey (Moscow)

    I'm actually having a similar issue with ical. Previously, I could put a URL into the field on ical and it would transfer to my phone. This no longer works anymore and I'm using all up to date apple products. Perhaps they mistakingly took this feature off of the Iphone? My notes seem to transfer over though. Not sure if that's exclusively an Outlook thing or not...

  • Problems with opening attachments sent from Microsoft Outlook

    I have been using MacBook Pro and I have had problems with opening files from Microsoft Outlook.
    The attachments appear as .dat files (text, images etc..) and I am not able to open them.
    Does someone have any experience in solving this type of compatability problems on Mac OS ?

    Get this app or tell the sender to send the attachments using plain text for their emial:
    http://www.joshjacob.com/mac-development/tnef.php

  • PDF attachments sent from eFax open as a blank document on iPhone

    I receive faxes from eFax to my email on a regular basis - I click the attachment, it downloads, displays normally as a PDF, I click it to open - I see a blank document instead of the fax. the pdfs open normally on my computer.
    The iphone 3g seems to be opening other pdfs w/o a problem, but not PDF faxes from eFax. Any ideas on what would cause this? or any other ways to open these PDFs?

    Have you tried to download the files (typically right click on the link) and open them in Acrobat that way, rather than the plugin to the browser. There may also be an issue with the browser. You did not mention the browser you are using, but might try FireFox or such (assuming you are currently using IE).

Maybe you are looking for

  • Mini-DVI to HDMI output to Philips HDTV not working with Yosemite

    I've recently upgraded to the Yosemite OS, and was surprised to find out that the output to my Philips HDTV no longer works. I have a Mini-DVI to HDMI converter, which I then plug into the TV. Before the upgrade everything worked fine (I think I was

  • Sims 2 not working with QT 7.6. Will there be a fix?

    The Sims 2 is not working with QT 7.6. The Sims 2 (Aspyr) web site acknowledges this problem and state they are working with Apple to fix this. This game is not cheap so rather disappointed at the moment. Anybody know if this fix will really happen?

  • IPOD touch and Macbook wireless connection

    Can I connect ipod touch 4G to MacBook Pro with wireless connection instead of wired connection and sync to iTunes on MacBook? IPOD iOS 4.3.3 MacBook OS X 10.6.7

  • In-app advertisin​g for 'dodgy' apps/devel​opers.

    Hello CS! I have been trying to find a more direct way to complain, but when all else fails, this seemed like a good way to go. For almost 2 weeks now, a certain app has been in the top grossing list. However this app is dodgy at best. It is one of t

  • Seeburger forum?

    hi all , I am going to touch Seeburger, is there any forums like SDN where pepople can discuss Seeburger products and technologies, eg. BIC Mapping Designer. Regards, Hui