📄 oluserpropertytype.cs
字号:
namespace Microsoft.Office.Interop.Outlook
{
using System;
public enum OlUserPropertyType
{
olCombination = 0x13,
olCurrency = 14,
olDateTime = 5,
olDuration = 7,
olFormula = 0x12,
olKeywords = 11,
olNumber = 3,
olOutlookInternal = 0,
olPercent = 12,
olText = 1,
olYesNo = 6
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -