O365EmailMessageActivityDetectionType Property |
The type of detection.
Mandatory: Yes
Namespace:
Aspose.Email.Clients.Activity
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic DetectionType DetectionType { get; set; }
Public Property DetectionType As DetectionType
Get
Set
public:
property DetectionType DetectionType {
DetectionType get ();
void set (DetectionType value);
}
member DetectionType : DetectionType with get, set
Property Value
Type:
DetectionType
See Also