Take a look at the Application.CreateItem method.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
"Christoph Strobelt [Bt]" <(E-Mail Removed)> wrote in message news:d9ou0u$oid$(E-Mail Removed)...
>i don't find a way to create an email. can someone help?
>
> in word its easy to create a document, but i can't handle it to create a
> email in outlook.
>
> i tried it this way
>
> dim outapp as new outlook.application
>
> set outapp = createobject("outlook.application")
>
> how to go on? there is no command like addemail
>
> outapp.addemail
>
> bye chris
>
>