Freeze Method

Freeze Method

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

The Freeze method freezes the link.

Applies To

The Freeze method is a member of the Exchange_X400Link Class.

Instance Path

The Freeze method appears on instances of the \\COMPUTERNAME\ROOT\MicrosoftExchangeV2:Exchange_X400Link class.

MOF Syntax

[Implemented] void Freeze();

Qualifiers

Implemented

Parameters

This method has no mapped parameter values.

VBScript Example

'===============================================================
' Purpose:   Freeze each Exchange_X400Link found for Exchange server
' Change:    cComputerName [string] the computer to access
' Output:    Displays when the Freeze action occurs
'===============================================================

On Error Resume Next
Dim cComputerName
Const cWMINameSpace = "root/MicrosoftExchangeV2"
Const cWMIInstance = "Exchange_X400Link"
cComputerName = "MyComputerNETBIOSName"

Send us your feedback about the Microsoft Exchange Server 2003 SDK.

Build: June 2007 (2007.618.1)

© 2003-2006 Microsoft Corporation. All rights reserved. Terms of use.