wenn's bei dir geht, muss es bei mir auch gehen.
jetzt nochmal ganz von vorne:
ich hab in meiner mail datenbank unter
other / database resources / database script / postopen
dieses script drin:
Sub Postopen(Source As Notesuidatabase)
Dim session As New notessession
Dim db As notesdatabase
Dim prof As notesdocument
Dim version As String
Set db = session.getdatabase( "" , "bookmark.nsf" )
Set prof = db.getprofiledocument( "HPSettings" , session.effectiveusername )
Call prof.ReplaceItemValue ( "$LogoutImage" ,"customgraphic.gif" )
Call prof.save (True,False)
End Sub
ich hab in meiner mail datenbank ein gif per images / new image resource/ importiert, customgraphic.gif
ich starte meinen client neu, und sobald ich F5 drücke, müsste ich sofort das neue logo sehen.
ist das so richtig? oder hast du's anders gemacht?
gruss,
daniela