Share via


DeliveryActionTypeConverter Class

Definition

The delivery action of this mail message like Delivered, Blocked, Replaced etc

public class DeliveryActionTypeConverter : System.Management.Automation.PSTypeConverter
type DeliveryActionTypeConverter = class
    inherit PSTypeConverter
Public Class DeliveryActionTypeConverter
Inherits PSTypeConverter
Inheritance
DeliveryActionTypeConverter

Constructors

DeliveryActionTypeConverter()

Methods

CanConvertFrom(Object, Type)

Determines if the converter can convert the sourceValue parameter to the destinationType parameter.

CanConvertTo(Object, Type)

Determines if the converter can convert the sourceValue parameter to the destinationType parameter.

ConvertFrom(Object, Type, IFormatProvider, Boolean)

Converts the sourceValue parameter to the destinationType parameter using formatProvider and ignoreCase

ConvertTo(Object, Type, IFormatProvider, Boolean)

NotImplemented -- this will return null

Applies to