POP3Account Property

This property specifies the account name to present when authenticating with the POP3 service.

IDL Definition

[propget]
HRESULT POP3Account( [out, retval]  VARIANT  *pVal  /* VT_BSTR */ );
[propput]
HRESULT POP3Account( [in]  BSTR  newVal );

Type

BSTR


© 1997-1998 Microsoft Corporation. All rights reserved.