Gets or sets the mailbox.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic string Mailbox { get; }
Public ReadOnly Property Mailbox As String
Get
public:
property String^ Mailbox {
String^ get ();
}
member Mailbox : string with get
Property Value
Type:
StringThe mailbox.
See Also