 | MailboxElementsubjectToMonitor Property |
Gets or sets the subject to monitor.
Namespace:
Koden.Utils.Exchange.ConfigFileSections
Assembly:
Koden.Utils.Exchange (in Koden.Utils.Exchange.dll) Version: 1.0.6453.26061
Syntaxpublic string subjectToMonitor { get; set; }
Public Property subjectToMonitor As String
Get
Set
public:
property String^ subjectToMonitor {
String^ get ();
void set (String^ value);
}
member subjectToMonitor : string with get, set
Property Value
Type:
String
The subject to monitor.
See Also