oluserpropertytype.cs

来自「破解的飞信源代码」· CS 代码 · 共 21 行

CS
21
字号
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 + =
减小字号Ctrl + -
显示快捷键?