Click or drag to resize
MimeKit

WebAlertEventArgsWebUri Property

Gets the web URI.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public Uri WebUri { get; }

Property Value

Uri
The web URI.
Remarks
The URI that the user should visit to resolve the issue.
See Also