FormMethod Enumeration

The method tells the server about the request method.

Namespace:  Aspose.Email.Amp
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public enum FormMethod
Members
  Member nameValueDescription
Post0 Method post.
Get1 Method get.
See Also