Gets list of urls
Namespace:
Aspose.Email.PersonalInfo
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic UrlList Urls { get; }
Public ReadOnly Property Urls As UrlList
Get
public:
property UrlList^ Urls {
UrlList^ get ();
}
member Urls : UrlList with get
Property Value
Type:
UrlList
See Also