LumiSoft Net Help
MessageFlagsRemove Method (flags, flagsToRemove)
NamespacesLumiSoft.Net.IMAPIMAP_UtilsMessageFlagsRemove(array<String>[]()[][], array<String>[]()[][])
Removes specified flags from message flags list.
Declaration Syntax
C#Visual BasicVisual C++F#
public static string[] MessageFlagsRemove(
	string[] flags,
	string[] flagsToRemove
)
Public Shared Function MessageFlagsRemove ( 
	flags As String(),
	flagsToRemove As String()
) As String()
public:
static array<String^>^ MessageFlagsRemove(
	array<String^>^ flags, 
	array<String^>^ flagsToRemove
)
static member MessageFlagsRemove : 
        flags : string[] * 
        flagsToRemove : string[] -> string[] 
Parameters
flags (array<String>[]()[][])
Message flags.
flagsToRemove (array<String>[]()[][])
Message flags to remove.
Return Value
array<String>[]()[][]
Returns new message flags.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when flags or flagsToRemove is null reference.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119