So was lange wärt wird endlich gut. Sorry hatte
Urlaub
!
Die Post von eknori hört sich gut werd ich gleich probieren!!
der aktuelle Souce Code :
Dim Cgetmail As GetMail
Dim s As New NotesSession
Dim ws As New NotesUIWorkspace
Dim db As NotesDatabase
Dim doc As NotesDocument
Dim uidoc As Notesuidocument
Set db = s.CurrentDatabase
Dim BodyItem As NotesItem
Set uidoc = ws.currentdocument
Set doc = uidoc.document
Set Cgetmail = New GetMAil
Call Cgetmail.getBodyItem
Call Cgetmail.getSubjectItem
' Set ItemBody = doc.CopyItem( Cgetmail.BodyItem ,"FrmDocContent" )
Call Cgetmail.BodyItem.CopyItemToDocument( doc, "FrmDocContent" )