DSCResources/xIISMail/build.ps1

New-xDscResource -Name xIISMail -Property @(
New-xDscResourceProperty -Name SiteName -Type String -Attribute Key
New-xDscResourceProperty -Name MailHost -Type String -Attribute Write
New-xDscResourceProperty -Name Username -Type String -Attribute Write
New-xDscResourceProperty -Name Password -Type String -Attribute Write
New-xDscResourceProperty -Name Port -Type Uint16 -Attribute Write
New-xDscResourceProperty -Name DefaultCredentials -Type Boolean -Attribute Write
New-xDscResourceProperty -Name DeliveryMethod -Type String -Attribute Key
New-xDscResourceProperty -Name PickupDirectoryLocation -Type String -Attribute Write
New-xDscResourceProperty -Name From -Type String -Attribute Write
)