page608.wsf
来自「Apress - Managing Enterprise Systems Wit」· WSF 代码 · 共 8 行
WSF
8 行
'get a reference to the Exchange Internet Mail Connector service
Set objService = GetObject("WinNT://odin/MSExchangeIMC")
objService.Stop
'wait until the service has completely stopped
While Not objService.Status = ADS_SERVICE_STOPPED
Wscript.Sleep 100
Wend
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?