UrlCategory Class

Represents category for a URL
Inheritance Hierarchy
SystemObject
  Aspose.Email.PersonalInfoUrlCategory

Namespace:  Aspose.Email.PersonalInfo
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
[SerializableAttribute]
public class UrlCategory : IEquatable<UrlCategory>

The UrlCategory type exposes the following members.

Constructors
  NameDescription
Public methodUrlCategory
Initializes a new instance of the UrlCategory class with 'Custom' category.
Properties
  NameDescription
Public propertyStatic memberBlog
Blog URL
Public propertyStatic memberCustom
Custom page URL
Public propertyDescription
Gets description for the 'Custom' category of a URL
Public propertyStatic memberFtp
Ftp URL
Public propertyStatic memberHome
Contact's home-related site.
Public propertyStatic memberHomePage
Home page URL
Public propertyStatic memberProfile
Profile URL
Public propertyValue
Gets category of a URL
Public propertyStatic memberWork
Contact's work-related site.
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object).)
Public methodEquals(UrlCategory)
Determines whether the specified object is equal to the current object.
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
GetHashCode returns a hash function for this object.
(Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Operators
  NameDescription
Public operatorStatic memberEquality
Determines whether the specified objects are equal.
Public operatorStatic memberInequality
Determines whether the specified objects are not equal.
Fields
  NameDescription
Public fieldStatic memberBlogValue
String value for 'Blog' category
Public fieldStatic memberCustomValue
String value for 'Custom' category
Public fieldStatic memberFtpValue
String value for 'Ftp' category
Public fieldStatic memberHomePageValue
String value for 'HomePage' category
Public fieldStatic memberHomeValue
String value for 'Home' category
Public fieldStatic memberProfileValue
String value for 'Profile' category
Public fieldStatic memberWorkValue
String value for 'Work' category
See Also