OofMessage

OOFSettings.OofMessage property

Specifies the OOF message for a particular audience. Exchange 2007, Exchange 2010, and Exchange 2013 require that the reply message for unknown external and known external audiences be the same. The property supports the following three audiences for an OOF message: Internal — A user who is in the same organization as the sending user. Known external — A user who is outside the sending user’s organization, but is represented in the sending user’s contacts. Unknown external — A user who is outside the sending user’s organization and is not represented in the sending user’s contacts.

public List<OOFMessage> OofMessage { get; }

See Also