Lotus Notes / Domino Sonstiges > Tipps und Tricks

NotesID.lss

(1/1)

Christopher:
This class allows you to access various properties of the notes id file.
Supported properties:
-----------------------
username As String
Mit dieser Klasse kann man folgende Werte aus der ID auslesen. Herr Davy Vanherbergen hat die Klasse so geƤndert, dass sie jetzt auch mit umlauten funktioniert :-)

commonName As String
isNorthAmerican As Variant
isHierarchical As Variant
isSafeCopy As Variant
isCertifier As Variant
isExpressID As Variant
isDesktopOnly As Variant
publicKey As String
privateKey As String
internationalPublicKey As String
internationalPrivateKey As String

Use "NotesID"

Dim myID As notesID
Set myID = New notesID( "D:\notes\nBlade.id" )
Print myID.userName

Quelle:
http://www.openntf.org/Projects/codebin/codebin.nsf/CodeBySubCategory/50BE6046E68AC60088256D470053F44D

Navigation

[0] Themen-Index

Zur normalen Ansicht wechseln