You need to use VBScript behind your .oft form to interact with the message
body. Unfortunately, there is no direct way to access the Windows clipboard
with VBScript. You'd need to do things as a workaround:
- create a macro in your Outlook VBA project that uses the
MSForms.DataObject (see http://www.cpearson.com/Excel/clipboar.htm for
details)
- call this macro from your Item_Open() function in the code behind the .oft
form (see http://support.microsoft.com/?kbid=221827 for more info)
Otherwise, perhaps you can abandon using SendObject from Access and just
automate Outlook directly to obtain full control over the e-mail you are
creating:
Automating Outlook from other Microsoft Office applications:
http://msdn.microsoft.com/library/en-us/vbaol11/html/olconAutomatingOutlookFromO
therMicrosoftOfficeApplications_HV05273034.asp?frame=true

Signature
Eric Legault (Outlook MVP, MCDBA, MCTS: Messaging & Collaboration)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault/
> I'd like to be able to start a new email message using an Office Form
> Template (.oft), and have it programatically insert the contents of the
[quoted text clipped - 10 lines]
>
> JackG
Sue Mosher [MVP-Outlook] - 29 Jun 2006 21:10 GMT
.oft files don't run code unless the Exchange administrator expressly allows that, which is very, very unlikely.
A published form is needed to run code.

Signature
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> You need to use VBScript behind your .oft form to interact with the message
> body. Unfortunately, there is no direct way to access the Windows clipboard
[quoted text clipped - 14 lines]
>>
>> JackG
Eric Legault [MVP - Outlook] - 30 Jun 2006 15:11 GMT
D'oh! Funny, because I thought that right away when I read his post, but for
some reason I was thinking it's fine if you run the .oft from the file system
rather than an .oft received through e-mail. It's the same darn thing of
course.

Signature
Eric Legault (Outlook MVP, MCDBA, MCTS: Messaging & Collaboration and
SharePoint Infrastructure)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault/
> ..oft files don't run code unless the Exchange administrator expressly allows that, which is very, very unlikely.
>
[quoted text clipped - 18 lines]
> >>
> >> JackG