Platform SDK: Exchange 2000 Server

Put Method

[This is preliminary documentation and subject to change.] Writes a string property name and variant type value to the row representing a process instance.

[Visual Basic,VBScript]
Sub Put(bsName As String, varValue)
[C++]
HRESULT Put(BSTR bsName,
            VARIANT varValue);
[IDL]
HRESULT Put([in] BSTR bsName,
            [in] VARIANT varValue);

Remarks

Example

See Also