IFsrmActionEmail Interface

 

Used to send an email message in response to a quota or file screen event.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

<GuidAttribute("D646567D-26AE-4CAA-9F84-4E0AAD207FCA")>
Public Interface IFsrmActionEmail
	Inherits IFsrmAction

NameDescription
System_CAPS_pubpropertyActionType

Gets the ActionType property.

System_CAPS_pubpropertyid

Gets the id property.

System_CAPS_pubpropertyMailBcc

Retrieves or sets the blind carbon copy (Bcc) email address to which email is sent when this action generates email.

This property is read/write.

System_CAPS_pubpropertyMailCc

Retrieves or sets the carbon copy (Cc) email address to which email is sent when this action generates email.

This property is read/write.

System_CAPS_pubpropertyMailFrom

Retrieves or sets the email address to use as the sender of the email when the action generates an email message.

This property is read/write.

System_CAPS_pubpropertyMailReplyTo

Retrieves or sets the email address to use as the reply-to address when the recipient of the email message replies.

This property is read/write.

System_CAPS_pubpropertyMailSubject

Retrieves or sets the subject of the email that is sent when this action generates email.

This property is read/write

System_CAPS_pubpropertyMailTo

Retrieves or sets the email address to which email is sent when this action generates email.

This property is read/write.

System_CAPS_pubpropertyMessageText

Retrieves or sets the message text of the email that is sent when this action generates email.

This property is read/write.

System_CAPS_pubpropertyRunLimitInterval

Gets and sets the RunLimitInterval property.

NameDescription
System_CAPS_pubmethodDelete()

Removes the email message from the list of actions for the quota or file screen job event.

To create an email action, call one of the following methods and specify FsrmActionType_Email as the action type:

  1. CreateAction

  2. CreateThresholdActionCreateActionThreshold

The create methods return an IFsrmAction interface. To get this interface, call the QueryInterface method and specify IID_IFsrmActionEmail as the interface identifier.

For file management jobs, see the IFsrmActionEmail2 interface.

Return to top

Community Additions

ADD
Show: