ImapIdentificationInfo Class

Represents class-container with identification information to exchange between mail client and server. Please, read more rfc2971 https://tools.ietf.org/html/rfc2971
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.ImapImapIdentificationInfo

Namespace:  Aspose.Email.Clients.Imap
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class ImapIdentificationInfo

The ImapIdentificationInfo type exposes the following members.

Constructors
  NameDescription
Public methodImapIdentificationInfo
Initializes a new instance of the ImapIdentificationInfo class
Properties
  NameDescription
Public propertyAddress
Postal address of contact/vendor
Public propertyArguments
Arguments supplied on the command line, if any.
Public propertyCommand
Command used to start the program
Public propertyDate
Date program was released, specified as a date-time in IMAP4rev1
Public propertyStatic memberDefaultValue
Default value
Public propertyEnvironment
Description of environment, i.e., UNIX environment variables or Windows registry settings
Public propertyName
Name of the program
Public propertyOs
Name of the operating system
Public propertyOsVersion
Version of the operating system
Public propertySupportUrl
URL to contact for support
Public propertyVendor
Vendor of the client server
Public propertyVersion
Version number of the program
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
See Also