BPA Email
BPAEmail Public interface
Description
Describes methods and properties available on the static instance object BPA.Email.
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph VGWWCoreIEx VGWWCoreIEx.IExBPAEmail[[IExBPAEmail]] class VGWWCoreIEx.IExBPAEmail interfaceStyle; endMembers
Properties
Public properties
| Type | Name | Methods |
|---|---|---|
BPAEmailActionType | ActionTypeGets the type of action which triggered the watcher. | get |
string | FolderPathGets the folder path being monitored when the watcher was triggered. | get |
bool | IsReadOnlyGets the folder path being monitored is set to read only. | get |
IExBPAEmailMessage | MessageGets the message which triggered the watcher. | get |
Details
Summary
Describes methods and properties available on the static instance object BPA.Email.
Properties
ActionType
public BPAEmailActionType ActionType { get; }Summary
Gets the type of action which triggered the watcher.
Message
public IExBPAEmailMessage Message { get; }Summary
Gets the message which triggered the watcher.
FolderPath
public string FolderPath { get; }Summary
Gets the folder path being monitored when the watcher was triggered.
IsReadOnly
public bool IsReadOnly { get; }Summary
Gets the folder path being monitored is set to read only.
Remarks
If true, any calls to methods or properties which update or move the message will generate an error.
Generated with ModularDoc