MailMessageEntityProperties Class
Mail message entity property bag.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.securityinsight.models._models_py3.EntityCommonPropertiesMailMessageEntityProperties
Constructor
MailMessageEntityProperties(*, body_fingerprint_bin1: Optional[int] = None, body_fingerprint_bin2: Optional[int] = None, body_fingerprint_bin3: Optional[int] = None, body_fingerprint_bin4: Optional[int] = None, body_fingerprint_bin5: Optional[int] = None, antispam_direction: Optional[Union[str, azure.mgmt.securityinsight.models._security_insights_enums.AntispamMailDirection]] = None, delivery_action: Optional[Union[str, azure.mgmt.securityinsight.models._security_insights_enums.DeliveryAction]] = None, delivery_location: Optional[Union[str, azure.mgmt.securityinsight.models._security_insights_enums.DeliveryLocation]] = None, **kwargs)
Variables
A bag of custom fields that should be part of the entity and will be presented to the user.
- friendly_name
- str
The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated.
- recipient
- str
The recipient of this mail message. Note that in case of multiple recipients the mail message is forked and each copy has one recipient.
- p1_sender
- str
The p1 sender's email address.
- p1_sender_display_name
- str
The p1 sender's display name.
- p1_sender_domain
- str
The p1 sender's domain.
- sender_ip
- str
The sender's IP address.
- p2_sender
- str
The p2 sender's email address.
- p2_sender_display_name
- str
The p2 sender's display name.
- p2_sender_domain
- str
The p2 sender's domain.
- receive_date
- datetime
The receive date of this message.
- network_message_id
- str
The network message id of this mail message.
- internet_message_id
- str
The internet message id of this mail message.
- subject
- str
The subject of this mail message.
- language
- str
The language of this mail message.
- body_fingerprint_bin1
- int
The bodyFingerprintBin1.
- body_fingerprint_bin2
- int
The bodyFingerprintBin2.
- body_fingerprint_bin3
- int
The bodyFingerprintBin3.
- body_fingerprint_bin4
- int
The bodyFingerprintBin4.
- body_fingerprint_bin5
- int
The bodyFingerprintBin5.
- antispam_direction
- str or AntispamMailDirection
The directionality of this mail message. Possible values include: "Unknown", "Inbound", "Outbound", "Intraorg".
- delivery_action
- str or DeliveryAction
The delivery action of this mail message like Delivered, Blocked, Replaced etc. Possible values include: "Unknown", "DeliveredAsSpam", "Delivered", "Blocked", "Replaced".
- delivery_location
- str or DeliveryLocation
The delivery location of this mail message like Inbox, JunkFolder etc. Possible values include: "Unknown", "Inbox", "JunkFolder", "DeletedFolder", "Quarantine", "External", "Failed", "Dropped", "Forwarded".
Feedback
Submit and view feedback for