ImapIdentificationInfo

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

The ImapIdentificationInfo type exposes the following members:

Constructors

NameDescription
ImapIdentificationInfo()Initializes a new instance of the ImapIdentificationInfo class

Properties

NameDescription
nameName of the program
versionVersion number of the program
osName of the operating system
os_versionVersion of the operating system
vendorVendor of the client server
support_urlURL to contact for support
addressPostal address of contact/vendor
dateDate program was released, specified as a date-time in IMAP4rev1
commandCommand used to start the program
argumentsArguments supplied on the command line, if any.
environmentDescription of environment, i.e., UNIX environment variables or Windows registry settings
default_valueDefault value

See Also