EnvelopeGetUtf7DecodedGmailLabels Method
Gets the list of Gmail-specific labels of the message decoded from UTF-7M encoding.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public string[] GetUtf7DecodedGmailLabels()

Return Value

Type: String
The list of strings, or or a null reference (Nothing in Visual Basic) in case if this value is not available (usually, if the server is not Gmail or GmailLabels was not requested when downloading envelopes).
Remarks
This method does not change the value of GmailLabels, it modifies only the returned copy.
See Also