 | MailboxElementAttachmentExtpected Property |
Gets or sets the attachment extpected.
Namespace:
Koden.Utils.Exchange.ConfigFileSections
Assembly:
Koden.Utils.Exchange (in Koden.Utils.Exchange.dll) Version: 1.0.6453.26061
Syntaxpublic string AttachmentExtpected { get; set; }
Public Property AttachmentExtpected As String
Get
Set
public:
property String^ AttachmentExtpected {
String^ get ();
void set (String^ value);
}
member AttachmentExtpected : string with get, set
Property Value
Type:
String
The attachment extpected.
See Also