Discuss this help topic in SecureBlackbox Forum
Returns the number of suported media types.
Declaration
[C#]
int SupportedAddressDataCount;
[VB.NET]
Property SupportedAddressDataCount As Integer
[Pascal]
property SupportedAddressDataCount : integer;
[C++]
int32_t get_SupportedAddressDataCount();
[PHP]
integer get_SupportedAddressDataCount()
Description
Use this property to check the number of items in the SupportedAddressData list.
Discuss this help topic in SecureBlackbox Forum