Discuss this help topic in SecureBlackbox Forum

TElIMAPFetchResponseItem.SetData

TElIMAPFetchResponseItem     See also     


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


Sets the value of the data item.

Declaration

[C#]
    void SetData(string AName, string AValue);

[VB.NET]
    Sub SetData(ByVal AName As String, ByVal AValue As String)

[Pascal]
    procedure SetData(AName : string; AValue : string);

[C++]
    void SetData(const std::string &AName, const std::string &AValue);

[PHP]
    void SetData(string $AName, string $AValue)

[Java]
    void setData(String AName, String AValue);

Parameters

  • AName - data item name.
  • AValue - new value of the data item.

Description

    Use this method to set the value of the data item.

See also:     Name     Value    

Discuss this help topic in SecureBlackbox Forum