True, but in the first email, I described a method of getting around the problem. I'm using mailto to open an email and fill in everything except for the attachment. I then need to gain control by handling some event and then using Item.Attachment to create the attachment.
So I have...
RFC 2368 can be found here - http://xml.resource.org/public/rfc/html/rfc2368.html
RFC 1738 can be found here - http://www.faqs.org/rfcs/rfc1738.html
The "Community Content" part of http://msdn.microsoft.com/en-us/library/aa767737(VS.85).aspx mentions the "attachment" parameter...
Since I can't seem to get attachments to work with "mailto" (see my previous post "URL opening a new email"), I'm thinking about another way. If I were to issue the following URL in IE...
I'm entering the following URL from IE:
mailto:me@test.com?cc=him@test.com&subject=this%20is%20a%20subject&body=this%20is%20a%20body&attachment=c:\t.txt
This brings up a new Outlook email with To, Cc, Subject, and body filled in. Specifying "&bcc=" also works. Unfortunately...
I have a folder hierarchy of
Public folders
> ..All Public Folders
> .....Dept
> ........Distribution List
Distribution List has a DefaultItemType of "olContactItem" and a DefaultMessageClass of "IPM.Contact".
I have scanned the folder chain and have a...
I have a folder hierarchy as follows:
Public folders
> ..All Public Folders
> .....Dept
> ........Distribution List
How do I create an Outlook Distribution List in a folder other than the default "Contacts" folder ("Distribution List")? I have a folder object with...