EmailAccountInfo.ToString Method ()
Returns a string that represents the current object.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailBase (in Wssg.HostedEmailBase.dll)
Syntax
public override string ToString()
public:
virtual String^ ToString() override
Public Overrides Function ToString As String
Return Value
Type: System.String
Returns a String representing the current object.
See Also
EmailAccountInfo Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top