Hunny Software Library Reference

BaseListResponse.MailboxName Property

Gets the name returned in the response.

[Visual Basic]
Public ReadOnly Property MailboxName As String
[C#]
public string MailboxName {get;}

Property Value

The name returned in the response.

Remarks

The name is typically a mailbox name. However, the name is not always a mailbox name. If the \Noselect flag is present, then the name is not a mailbox name.

If the name in the response is empty, the property's value is an empty string.

See Also

BaseListResponse Class | Hunny.Mail Namespace