| VCardPhoneAsText Method |
Sets phone as free uri text.
Namespace:
Limilabs.Mail.BusinessCard
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public void AsText(
string phone
)
Public Sub AsText (
phone As String
)
public:
void AsText(
String^ phone
)
member AsText :
phone : string -> unit
Parameters
- phone
- Type: SystemString
Phone as ur (tel:+1-111-555-1212).
See Also