 | ImapGmailUnlabelMessageByUID(Int64, String) Method |
Removes specified label from the message.
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic List<string> GmailUnlabelMessageByUID(
long uid,
string label
)
Public Function GmailUnlabelMessageByUID (
uid As Long,
label As String
) As List(Of String)
public:
List<String^>^ GmailUnlabelMessageByUID(
long long uid,
String^ label
)
member GmailUnlabelMessageByUID :
uid : int64 *
label : string -> List<string> Parameters
- uid Int64
- Unique-id of the message to remove specified label from.
- label String
- Label to be removed.
Return Value
ListStringList containing Gmail labels of the specified message or null when
uid is incorrect.
See Also