Class MessagePreprocessor
- Namespace
- Dynamicweb.Mailing
- Assembly
- Dynamicweb.Core.dll
- Inheritance
-
Message
Preprocessor
- Inherited Members
Methods
GetElements(string, string)
Parameters
Returns
GetElements(string, string, bool)
Parameters
Returns
GetFirstIndexAfterBodyStart(string)
Gets first index after body html element in string content
Parameters
content
stringString content
Returns
- int
Integer value representing position
Preprocess(Message, bool)
Preprocesses the specified Message. Preprocessing includes link manipulation and path correction.
Parameters
message
MessageThe message.
isPreview
boolValue indicating whether preprocessing a preview or not.
PreprocessContent(string, Message, bool)
Preprocesses the content. Preprocessing includes link manipulation and path correction.
Parameters
content
stringThe content.
message
MessageThe message.
isPreview
boolValue indicating whether preprocessing a preview or not.