MCFBodyPart and MCFEmail Considerations

Both MCFBodyPart and MCFEmail objects are used for both inbound and outbound email. The following sections specify which methods and properties are generally used for inbound, and which are used for outbound, for the different objects.

Inbound and Outbound MCFBodyPart Class Methods

All of the methods except the GetUnparsedHeaders method for the MCFBodyPart class are used with outbound email. The following methods are generally used with inbound email as well:

  • GetHeader

  • GetHeaderNames

  • GetUnparsedHeaders

Inbound and Outbound MCFBodyPart Class Properties

The following properties are primarily used with inbound email. Note that some of these properties are also used with outbound email.

  • AttachmentURL

  • ContentType

  • Filename

  • IsAttachment

  • Text

The following properties are primarily used with outbound email. Note that some of these properties are used with inbound email as well.

  • ContentLanguage

  • ContentType

  • Description

  • Disposition

  • FileName

  • FilePath

  • FilePathType

  • Multipart

  • Text

Inbound and Outbound MCFEmail Class Properties

The following properties are used with inbound email. Note that most of these properties are also used with outbound email.

  • From

  • RefIDs

  • ReplyIDs

  • ReplyTo

  • Sender

  • Subject

The following properties are used with outbound email. Note that many of these properties are also used with inbound email.

  • BCC

  • BounceTo

  • CC

  • From

  • Importance

  • Priority

  • Recipients

  • RefIDs

  • ReplyIDs

  • ReplyTo

  • Sender

  • Sensitivity

  • Subject