Discuss this help topic in SecureBlackbox Forum

TElMailAddressList.Clear

TElMailAddressList     


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


Clears contents of the mail address list.

Declaration

[C#]
    void Clear();

[VB.NET]
    Sub Clear()

[Pascal]
    procedure Clear;

[C++]
    void Clear();

[PHP]
    void Clear()

[Java]
    void clear();

Description

    Use this method when you want to clear mail address list contents.

Discuss this help topic in SecureBlackbox Forum