Click or drag to resize

iCalCalAddress Method

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
)

Parameters

displayName
Type: SystemString
The addressee display name.
emailAddress
Type: SystemString
The addressee email address.

Return Value

Type: String
The iCalendar MAILTO URI.
See Also