Danke, Bernhard.
Funktioniert trotzdem nicht
Ob mit "'Call rtitem.AddTab(1)" oder auch ohne:
Dim rtpStyle As NotesRichTextParagraphStyle
Set rtpStyle = session.CreateRichTextParagraphStyle
Call rtitem.AppendText( "Hi there")
Call rtitem.AddNewLine( 1)
Call rtitem.AppendParagraphStyle(rtpStyle)
Call rtitem.AppendText( "titel1")
'Call rtitem.AddTab(1)
Call rtpstyle.SetTab (6 * RULER_ONE_CENTIMETER, TAB_LEFT)
Call rtitem.AppendParagraphStyle(rtpStyle)
Call rtitem.AppendText( "titel2")
'Call rtitem.AddTab(1)
Call rtpstyle.SetTab (12 * RULER_ONE_CENTIMETER, TAB_LEFT)
Call rtitem.AppendParagraphStyle(rtpStyle)
Call rtitem.AppendText( "titel3")
'Call rtitem.AddTab(1)
Call rtpstyle.SetTab (20 * RULER_ONE_CENTIMETER, TAB_LEFT)
Call rtitem.AppendParagraphStyle(rtpStyle)
Call rtitem.AppendText( "titel4")
'Call rtitem.AddTab(1)
Call rtpstyle.SetTab (23 * RULER_ONE_CENTIMETER, TAB_LEFT)
Call rtitem.AppendParagraphStyle(rtpStyle)
Call rtitem.AppendText( "titel5")
Call rtitem.AddNewLine( 2)