Read-only |
About ECal User Characterization |
Description |
Sets and reads the description of the person and/or company who is producing the ECal user characterization. This description is stored with the characterization in the ECal module. Set this description before sending Initialize or the default (empty string) will be used. |
VB Syntax |
userChar.UserName = value |
Variable |
(Type) - Description |
userChar |
An ECalUserCharacterizer Object |
value |
(String) Descriptive text, limited to 19 characters maximum. |
Return Type |
String |
Default |
"" (Empty String) |
Examples |
userChar.UserName = "John Doe, Acme Inc." |
C++ Syntax |
HRESULT get_UserName(BSTR *name); HRESULT put_UserName(BSTR name); |
Interface |
IECalUserCharacterizer |