Du bist nicht angemeldet.
Mastercooling
God
![]() |
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
_nl :=@NewLine; _user := @Name([CN];@UserName); _company := @Unique(@NameLookup ( [Exhaustive]; _user; "CompanyName")); _department := @Unique(@NameLookup ( [Exhaustive]; _user; "Department")); _phone := @Unique(@NameLookup ( [Exhaustive]; _user; "OfficePhoneNumber")); _mail := @Unique(@NameLookup ( [Exhaustive]; _user; "InternetAddress")); _signature :="Mit freundlichen Grüßen," + _nl + _nl; _signature := _signature + _user +_nl; _signature := _signature +_company + _nl; _signature := _signature + _department +_nl; _signature := _signature + "Tel: " + _phone + _nl; _signature := _signature + "eMail: " + _mail; _signature; |
Zitat von »mOp«
Ich würde behaupten viele wissen hier nicht was Lotus Notes ist. Geh mal in Foren wo die Profis hocken, Links kann ich dir geben ;-)
Zitat von »Y0Gi«
unterschaetze es nicht![]()
-