a
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Net.Mail
|
||||
{
|
||||
/// <summary>Specifies the priority of a <see cref="T:System.Net.Mail.MailMessage" />.</summary>
|
||||
// Token: 0x020002BC RID: 700
|
||||
[Token(Token = "0x20002BC")]
|
||||
public enum MailPriority
|
||||
{
|
||||
/// <summary>The email has normal priority.</summary>
|
||||
// Token: 0x04000AED RID: 2797
|
||||
[Token(Token = "0x4000AED")]
|
||||
Normal,
|
||||
/// <summary>The email has low priority.</summary>
|
||||
// Token: 0x04000AEE RID: 2798
|
||||
[Token(Token = "0x4000AEE")]
|
||||
Low,
|
||||
/// <summary>The email has high priority.</summary>
|
||||
// Token: 0x04000AEF RID: 2799
|
||||
[Token(Token = "0x4000AEF")]
|
||||
High
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user