 | SimpleImapQueryCc Property |
Messages that contain the specified string in the envelope structure's CC field.
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic string Cc { get; set; }Public Property Cc As String
Get
Set
public:
property String^ Cc {
String^ get ();
void set (String^ value);
}member Cc : string with get, set
Property Value
String
See Also