0
votes
1answer
103 views
mailto c# attachment syntax
Hi, how can i to attach a file to this mailto string?
"mailto:" + to + "&SUBJECT=" + subject + "?BODY=" + body + "&Attachment="+attachment"
this doesn't work...(means th …
0
votes
0answers
3 views
Blitting multisampled FBO with multiple color attachments in OpenGL
I have a frame buffer object in an OpenGL program with multiple colour attachments, and am trying to upgrade it to a multisampled FBO.
As I understand it, a multisampled FBO is on …
0
votes
2answers
33 views
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 of attachments for each of those messages to
List<File> attachments;
…
1
vote
4answers
695 views
Programmatically managing Microsoft Access Attachment-typed field with C#.NET
Access added a new data type in the 2007 version--the Attachment type. We are currently working on a WinForms application with .NET 3.5 (C#) that uses an Access 2007 database. We w …
0
votes
1answer
242 views
Lotus Notes email as an attachment to another email
HI all,
This is in Notes 8.5 environment .
I just wanted to know how to attach an email to another email as real attachment not a "Document Link".
I intended to attach an email …
0
votes
1answer
28 views
Can I attach an image from the clipboard?
I have a function which is responsible for generating an Outlook email with the appropriate information. However, I wish to attach an image from the clipboard. I can already detect …
0
votes
2answers
121 views
Programatically retreive an attachment stored on a note on a CRM 4.0 entity
Hi
How would you suggest working with files that is stored on the note of a entity in Crm. Could you write a generic method that will enable you to access any type of file? Or w …
0
votes
0answers
15 views
Problem in displaying “ inline attachment “
When I am checking the structure of an email containing inline image attachment for HTML stationery background.
When I am checking the imap structure and the reference (
Gmail, Y …
0
votes
0answers
14 views
MFMailComposeViewController csv attachment not being attached, but showing inline instead
Hello - I am having a problem with sending csv attachments via MFMailComposeViewController.
Sometimes they come through just fine, but for other users they don't come through as at …
1
vote
1answer
20 views
How can I get at a code file attachment in Outlook?
This might be something for superuser, but it's a programmer's problem.
If you send a .vb, .cs, .js, or anything else that Outlook thinks is code it blocks it.
Not in the way tha …
0
votes
0answers
29 views
How to email an icalendar (ics) file
Hi, Im developing a RoR application, i'm using Ri_Cal to generate an ics file, i want to email this file as an attachment so people who receive it can add the events I'm sending to …
0
votes
1answer
30 views
getting global s3 bucket name while using paperclip in rails
This is probably a silly question, but is there a way I can pull out the root bucket name out of the YML s3 file I have? Other tutorials I've seen just assume that the buckets are …
0
votes
1answer
19 views
initializing copy of photo in a different model with paperclip plugin for rails
Here's my question. I have a user model with one attached avatar. This model has many personal photos (with accepts_nested_attributes_for).
I want to be able to initialize a perso …
1
vote
1answer
33 views
Excel VBA: Is Open Workbook an Attachment
Is it possible to tell if a workbook has been opened from an email attachment, rather than a drive/share?
0
votes
0answers
26 views
How to open and attach a file for email using JSF?
I have a requirement where i need to generate an excel and attach it to a email and show it to the user for his confirmation. I am able to generate the excel and also able to open …
