Discuss this help topic in SecureBlackbox Forum

TElCertificateLookup.EmailAddresses

TElCertificateLookup     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Contains a list of email addresses to search by.

Declaration

[C#]
    TElStringList EmailAddresses;

[VB.NET]
    Property EmailAddresses As TElStringList

[Pascal]
    property EmailAddresses : TStringList;

[C++]
    TStringList* get_EmailAddresses();

[PHP]
    TStringList get_EmailAddresses()

[Java]
    TElStringList getEmailAddresses();

Description

    This property contains a list of email addresses to search by.
To search by email address, lcEmail criterion must be enabled.

Discuss this help topic in SecureBlackbox Forum