VCard Constructor
Initializes a new
VCard object.
Namespace: FolkerKinzel.VCardsAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.1.0+9753915cd0f8006e7e5b4f62aa63aa3651006f06
public VCard(
bool setContactID = true,
bool setCreated = true
)
Public Sub New (
Optional setContactID As Boolean = true,
Optional setCreated As Boolean = true
)
public:
VCard(
bool setContactID = true,
bool setCreated = true
)
new :
?setContactID : bool *
?setCreated : bool
(* Defaults:
let _setContactID = defaultArg setContactID true
let _setCreated = defaultArg setCreated true
*)
-> VCard
Parameters
- setContactID Boolean (Optional)
- true to set the ContactID
property with a newly created ContactIDProperty instance, otherwise
false.
- setCreated Boolean (Optional)
- true to set the Created
property with a newly created TimeStampProperty instance, otherwise
false.