Top "Attachment" questions

Any additional content added to a digital object, such as an email attachment.

How can a Delphi Program send an Email with Attachments via the DEFAULT E-mail Client?

Within my program, I am composing an email to send using the default e-mail client software installed on a user's …

delphi email attachment shellexecute mailto
How do I write a restful web service that accepts a binary file (pdf)

I'm trying to write a restful web service in java that will take a few string params and a binary …

java web-services rest attachment
Android: Intent.ACTION_SEND with EXTRA_STREAM doesn't attach any image when choosing Gmail app on htc Hero

On the Emulator with a default mail-app all works fine. But I have no attach when I'am receiving a mail …

android email attachment android-intent htc-hero
Email with multiple attachments

I am working on a PowerShell script for the help desk to use when migrating userhome folders from a server …

email powershell email-attachments attachment
android exporting to csv and sending as email attachment

I have seen multiple threads in this site discussing about sending email with attachments in android. I tried every methods …

android email csv export attachment
SharePoint 2010 - Client Object Model - Add attachment to ListItem

I have a SharePoint List to which I'm adding new ListItems using the Client Object Model. Adding ListItems is not …

c# sharepoint-2010 client attachment listitem
download mail attachment with Java

I had a look in the reference doc, and Spring seems to have pretty good support for sending mail. However, …

java spring email attachment
How can I send an Excel file by email?

I have an excel file (Excel 2003 / xls format) and I want to send it by email with c#. My code …

c# excel email attachment
How to handle multipart/alternative mail with JavaMail?

I wrote an application which gets all emails from an inbox, filters the emails which contain a specific string and …

java email jakarta-mail attachment multipart
PHP mail() attachment problems

Can someone help me figure out why this keeps returning false? $to = "[email protected]"; $from = "Website <website@mydomain.…

php email attachment