Discuss this help topic in SecureBlackbox Forum
Returns vCard specification version.
Declaration
[VB.NET]
Property Version As Integer
[Pascal]
property Version : integer;
[C++]
int32_t get_Version();
void set_Version(int32_t Value);
[PHP]
integer get_Version()
void set_Version(integer $Value)
[Java]
int getVersion();
void setVersion(int Value);
Description
vCard 3.0 specification corresponds to [RFC 2426]; version 4.0 is being developed in [RFC 6350].
Discuss this help topic in SecureBlackbox Forum