Discuss this help topic in SecureBlackbox Forum

TElCMSContent.Size

TElCMSContent     


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


This property specifies the size of message content.

Declaration

[C#]
    long Size;

[VB.NET]
    Property Size As Long

[Pascal]
    property Size : Int64;

[C++]
    int64_t get_Size();

[PHP]
    integer get_Size()

[Java]
    long getSize();

Description

    Use this property to get the size of message content.

Discuss this help topic in SecureBlackbox Forum