ImapIdentificationInfoEnvironment Property |
Description of environment, i.e., UNIX environment variables or Windows registry settings
Namespace:
Aspose.Email.Clients.Imap
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic string Environment { get; set; }
Public Property Environment As String
Get
Set
public:
property String^ Environment {
String^ get ();
void set (String^ value);
}
member Environment : string with get, set
Property Value
Type:
String
See Also