Discuss this help topic in SecureBlackbox Forum
Contains the name of the attached file.
Declaration
[VB.NET]
Property FileName As String
[Pascal]
property FileName : TString;
[C++]
void get_FileName(sb_u16string &OutResult);
void get_FileName(std::wstring &OutResult);
void set_FileName(const sb_u16string &Value);
void set_FileName(const std::wstring &Value);
[PHP]
string get_FileName()
void set_FileName(string $Value)
Parameters
Description
Use this property to manipulate the name of the attached file.
If you deal with attachment which is not a file use
Attachments property.
Discuss this help topic in SecureBlackbox Forum