Skip to content

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;
end

Members

Properties

Public properties

TypeNameMethods
BPAEmailActionTypeActionType
Gets the type of action which triggered the watcher.
get
stringFolderPath
Gets the folder path being monitored when the watcher was triggered.
get
boolIsReadOnly
Gets the folder path being monitored is set to read only.
get
IExBPAEmailMessageMessage
Gets 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