IOlkAccount::SetProp
Sets the value of the specified account property.
Quick Info
See IOlkAccount.
HRESULT IOlkAccount::SetProp(
DWORD dwProp,
ACCT_VARIANT *pVar
);
Parameters
dwProp
[in] The property tag of the account property to set. The value must be one of the following:
- pVar
[in] The value of the specified property.
Return Values
HRESULT | Description |
---|---|
S_OK |
The method call was successful. |
E_INVALIDARG |
An invalid property tag was specified. |
Remarks
Use IOlkAccount::SaveChanges to save changes to the value of account properties.