Constructs an iCalendar MAILTO URI as defined by RFC 1738.
Namespace:
NetQuarry.Mail
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string CalAddress(
string displayName,
string emailAddress
)
Public Function CalAddress (
displayName As String,
emailAddress As String
) As String
Parameters
- displayName
- Type: SystemString
The addressee display name. - emailAddress
- Type: SystemString
The addressee email address.
Return Value
Type:
StringThe iCalendar MAILTO URI.
See Also