POP3Password Property

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

IDL Definition

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

Type

BSTR


© 1997-1998 Microsoft Corporation. All rights reserved.