Discuss this help topic in SecureBlackbox Forum

TElMessageHeader.MailAddressListCount

TElMessageHeader     See also     


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


This read-only property contains the number of header address fields in the header.

Declaration

[C#]
    int MailAddressListCount;

[VB.NET]
    Property MailAddressListCount As Integer

[Pascal]
    property MailAddressListCount : Integer;

[C++]
    int32_t get_MailAddressListCount();

[PHP]
    integer get_MailAddressListCount()

[Java]
    int getMailAddressListCount();

Description

    Use this property to get total amount of address fields in the header.

See also:     AddMailListAddress     DeleteMailListAddress    

Discuss this help topic in SecureBlackbox Forum