Enum Comment_source
The source of the comment. Web - indicates comment was created via web, email - indicates comment was created from reply via email
public enum Comment_source
Fields
[EnumMember(Value = "email")] Email = 1
[EnumMember(Value = "web")] Web = 0