[This is preliminary documentation and is subject to change.]
The notification email address.
Namespace:
Purolator.Webservice.Objects
Assembly:
OLS.Webservice.Objects (in OLS.Webservice.Objects.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntaxpublic string Email { get; set; }
Public Property Email As String
Get
Set
public:
property String^ Email {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
Remarks
The notification email address is required only if notification will be sent once the package is shipped.
See Also