F
Frank Rogler
I'm trying to create a ContactItem via VBScript. Everything's fine
except for the Initials. The code I use:
objContact.FirstName = "sn"
objContact.LastName = "givenName"
objContact.Initials = "initials"
objContact.MiddleName = "middleName"
The result I get: Initials: s.m.g
Is there a way to set the initials properly?
Thanks,
Frank
except for the Initials. The code I use:
objContact.FirstName = "sn"
objContact.LastName = "givenName"
objContact.Initials = "initials"
objContact.MiddleName = "middleName"
The result I get: Initials: s.m.g
Is there a way to set the initials properly?
Thanks,
Frank