EMContentSaveItemContent Property
|
Alterian Email Manager 6.2.3 SDK Help File
The actual content that has changed.
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic EMContent Content { get; set; }
Public Property Content As EMContent
Get
Set
public:
property EMContent^ Content {
EMContent^ get ();
void set (EMContent^ value);
}
member Content : EMContent with get, set
function get_Content();
function set_Content(value);
Property Value
Type:
EMContent
See Also