简体   繁体   中英

C# Outlook VSTO Entry Types

I am creating my own custom journal entry form, and one of the things that I would like to have is a drop down menu (like the one in the picture) but have it automatically populated by an entry type list (if it exists). Is there some Outlook object that contains entry types or a list of these that I can tell a dropdown to populate with?

I looked at the JournalItem API, but couldn't find anything on this. Not really sure where to look for these. https://msdn.microsoft.com/en-us/library/office/ff866277.aspx

在此处输入图片说明

Use the JournalItem.Type property. The list of available entries is hardcoded.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM