| VCardParserParse Method |
Parses specifed text and creates new VCard business card object.
Namespace:
Limilabs.Mail.BusinessCard
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public VCard Parse(
string text
)
Public Function Parse (
text As String
) As VCard
public:
VCard^ Parse(
String^ text
)
member Parse :
text : string -> VCard
Parameters
- text
- Type: SystemString
Text to parse.
Return Value
Type:
VCardVCard business card.
See Also