Discuss this help topic in SecureBlackbox Forum

TElMessagePart.FileName

TElMessagePart     See also     


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


Contains the name of the attached file.

Declaration

[C#]
    string FileName;

[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)

[Java]
    String getFileName();
    void setFileName(String FileName);

Parameters

  • FileName -

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.

See also:     Attachments    

Discuss this help topic in SecureBlackbox Forum