Initials property

Sets or returns the user's initials.

Syntax


C++

HRESULT get_Initials(BSTR* pInitials)

HRESULT put_Initials(BSTR Initials)

Scripting languages

String = User.Initials

User.Initials = String

Remarks


A user's initials defaults (or reverts, if left blank) to the first letters of all the words in the first, middle and last name fields, in order. This field is set in member info, and used in Approval columns in databases. If you have not edited the initials field, or you have but then subsequently have saved it as blank, it automatically tracks changes to the first/middle/last fields. If you edit it, it ignores further changes to the other fields.

Home

Applies to

IERUUser


See also

SetName