sol16-2a.vbs

来自「Apress - Managing Enterprise Systems Wit」· VBS 代码 · 共 7 行

VBS
7
字号
'get a reference to the Freds mailbox 
Set objMailbox = _ 
       etObject("LDAP://odin/cn=Freds,cn=Recipients,ou=office,o=Acme")
'set the container name to Fred Smith
objMailBox.cn = "Fred Smith"
objMailBox.SetInfo

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?