ImapClient.GetFolderInfo

GetFolderInfo(IConnection, string)

Returns information about the specified folder without selecting it

public ImapFolderInfo GetFolderInfo(IConnection connection, string folderName)
ParameterTypeDescription
connectionIConnectionConnection to a server
folderNameStringFolder to retrieve information about

Return Value

The specified folder information

See Also


GetFolderInfo(string)

Returns information about the specified folder without selecting it

public ImapFolderInfo GetFolderInfo(string folderName)
ParameterTypeDescription
folderNameStringFolder to retrieve information about

Return Value

The specified folder information

See Also