Discuss this help topic in SecureBlackbox Forum
Specifies name of the file where the contacts are stored.
Declaration
[C#]
string ContactFileName;
[VB.NET]
Property ContactFileName As String
[Pascal]
property ContactFileName : string;
[C++]
void get_ContactFileName(std::string &OutResult);
void set_ContactFileName(const std::string &Value);
[PHP]
string get_ContactFileName()
void set_ContactFileName(string $Value)
[Java]
String getContactFileName();
void setContactFileName(String Value);
Description
Use this property to specify the name of the file where contact information is saved. The default value is "contacts.vcf".
Discuss this help topic in SecureBlackbox Forum