Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
Contains a list of valid email addresses of the person contact.
[Visual Basic, VBScript] Property EmailAddresses as String [C++] HRESULT get_EmailAddresses(BSTR* pVal); HRESULT put_EmailAddresses(BSTR Val); [IDL] HRESULT [propget] EmailAddresses([out,retval] BSTR* pVal); HRESULT [proput] EmailAddresses([in] BSTR Val);
When setting multiple email addresses in this property, only one of them should have the SMTP prefix in uppercase—which designates the primary email address. If no email addresses has an uppercase SMTP, or all of them do, then no primary email address is designated.