EnvelopeGetUtf7DecodedGmailLabels Method |
Gets the list of Gmail-specific labels of the message decoded from UTF-7M encoding.
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntaxpublic string[] GetUtf7DecodedGmailLabels()
Public Function GetUtf7DecodedGmailLabels As String()
Return Value
Type:
StringThe 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).
RemarksThis method does not change the value of
GmailLabels, it modifies only the returned copy.
See Also