Enum MailTipsType

MailTipsType enumeration

Enumerates the types of mail tips

[Flags]
public enum MailTipsType

Values

NameValueDescription
All1Represents all available mail tips.
OutOfOfficeMessage2Represents the Out of Office (OOF) message.
MailboxFullStatus4Represents the status for a mailbox that is full.
CustomMailTip8Represents a custom mail tip.
ExternalMemberCount10Represents the count of external members.
TotalMemberCount20Represents the count of all members.
MaxMessageSize40Represents the maximum message size a recipient can accept.
DeliveryRestriction80Indicates whether delivery restrictions will prevent the sender’s message from reaching the recipient.
ModerationStatus100Indicates whether the sender’s message will be reviewed by a moderator.
InvalidRecipient200Indicates whether the recipient is invalid.
Scope400

See Also