ReplaceMime

SmartRequest.ReplaceMime property

Specifies whether the client is sending the entire message. When the ReplaceMime is TRUE, the server MUST not include the body or attachments of the original message being forwarded. When the ReplaceMime is FALSE, the client MUST append the body of the original message as attachments to the outgoing message. The client can use this property to indicate whether the message was edited inline, or whether the message had reply/forward text prepended to the source message. If the ReplaceMime is TRUE, the message was edited.

public bool ReplaceMime { get; set; }

See Also