Top "Attachment" questions

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

Sending email with attachments from C#, attachments arrive as Part 1.2 in Thunderbird

I have a C# application which emails out Excel spreadsheet reports via an Exchange 2007 server using SMTP. These arrive fine …

c# email smtp attachment
Save attachments to a folder and rename them

I'm trying to get a VBA macro in Outlook that will save an email's attachment to a specific folder and …

vba outlook attachment
Download file inside WebView

I have a webview in my Android Application. When user goes to webview and click a link to download a …

android webview download attachment
HTTP response header content disposition for attachments

Background Write an XML document to a browser's response stream and cause the browser to display a "Save As" dialog. …

java ajax jboss richfaces attachment
Lotus Notes email as an attachment to another email

This is in Notes 8.5 environment. I just wanted to know how to attach an email to another email as real …

email attachment lotus-notes
Sending Multipart html emails which contain embedded images

I've been playing around with the email module in python but I want to be able to know how to …

python email mime attachment multipart
How to attach a file to an email with PowerShell

I have written a PowerShell script that will create an email, however I can't seem to attach a file. The …

email powershell attachment powershell-2.0
Download attachments using Java Mail

Now that I`ve downloaded all the messages, and store them to Message[] temp; How do I get the list …

java attachment jakarta-mail
C# MailTo with Attachment?

Currently I am using the below method to open the users outlook email account and populate an email with the …

c# attachment mailto
How to attach two or multiple files and send mail in PHP

The code below sends only one attachment, but I need to attach and send two file(one rar file and …

php attachment email-attachments