EmailMailboxChange.Folder Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the folder to which the change applies.
public:
property EmailFolder ^ Folder { EmailFolder ^ get(); };
EmailFolder Folder();
public EmailFolder Folder { get; }
var emailFolder = emailMailboxChange.folder;
Public ReadOnly Property Folder As EmailFolder
Property Value
The folder to which the change applies.
Windows requirements
App capabilities |
email
emailSystem
|