The method attribute tells the server about the request method.
Namespace:
Aspose.Email.Amp
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public FormMethod Method { get; set; }
Public Property Method As FormMethod
Get
Set
public:
property FormMethod Method {
FormMethod get ();
void set (FormMethod value);
}
member Method : FormMethod with get, set
Property Value
Type:
FormMethodSee Also