page450.vbs
来自「Apress - Managing Enterprise Systems Wit」· VBS 代码 · 共 9 行
VBS
9 行
'add a new recipient to the message
Set objRecipient = objMessage.Recipients.Add
'set the display name to resolve from the Address book
objRecipient.Name = "Fred Smith"
objRecipient.Resolve ' resolve the name
'show the AddressEntry type of the resolved address.
WScript.Echo objRecipient.AddressEntry.Type & vbCrLf & objRecipient.Address
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?